Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
2.4.1 (rev.12)
-
None
-
Windows 10
Microsoft Visual Studio 2015
-
616a79e4f0ea88fc2c426085fb0a79597e973ed5
Description
In last Qt/MSBuild version there is no need to directly write in linker qt libs, msbuild use $(Qt_LIBS_) instead. We have differently named configurations besides 'Release' and 'Debug'.
And for configurations supposed to be builded in debug mode but named differently $(Qt_LIBS_) leads to release libs. Roundabout way is directly add to linker input section in additional dependencies QtCored.lib etc.
It would be nice to have option in Qt Project Settings section where it is possible to choose between release and debug qt libs.