Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.6.0
-
Windows 7 64 bit
MSVC 2013 32 bit
cdb 6.12
-
d3d616ea7795b2245cc2e4ab5fad882e7c1d1780
Description
- Create a new Qt Widgets Application project.
- Configure it with kits using Qt 4.8.7 and Qt 5.5.1.
- Select the "Profile" build configuration of the Qt 4.8 kit.
- Build this with MSVC and run it in cdb.
Creator will warn that you are not using a "Debug" build:
- Select the "Profile" build configuration of the Qt 5.5 kit.
- Build this with MSVC and run it in cdb.
Creator will not warn.
Creator should behave in the same way. I think it should warn in both cases.
Found by Squish test tst_cli_output_console.