Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.4.0
-
None
Description
On Mac when calling:
qmake -o Makefile CONFIG=release
the Makefile that is produced has the version number at the end of the filename, such as lib213436.dylib.1.0.0
it would be expected that it had the file name as:
lib213436.1.0.0.dylib
which is the case when just calling "qmake".