Make it possible to suppress the automatic version number in DLLs
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 1 Nov 2012 21:57:33 +0000 (14:57 -0700)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 6 Nov 2012 22:52:47 +0000 (23:52 +0100)
commit565b6bd6354f9edd63e493aa41087550b4e08ae5
tree3f538bc41088570d5a7d189b7641fc45fe4c5cef
parent7c21fddb2cbcad0d14c043e6e4a427a738e0f2a9
Make it possible to suppress the automatic version number in DLLs

qmake automatically appends the library's major version number to the
DLL file name on Windows, as DLL naming doesn't include the version
number on a suffix like on Unix systems.

This flag makes it so qmake skips adding. This will allow us to insert
Qt's major version number at a different position.

Change-Id: I25d471038841fb0c5a34ef6b3bd6266aa33cebd1
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
mkspecs/features/resolve_target.prf
qmake/generators/win32/winmakefile.cpp