Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.3.2
-
None
Description
qmake removes the . from the version specified causing MSVC to have problems with the resulting number, when the version set in a pro file is like:
VERSION=1.0.3.16975
then it ends up being:
/VERSION:1.0316975
in the Makefile which causes problems.