Details
-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
Qt Creator 4.0.0
-
Windows 7 64 bit
Description
- Go to "Tools" -> "Options..." -> "Build & Run" -> "Kits".
- Select a kit which contains a Qt version.
- In "Qt mkspec", type a mkspec.
Because ofQTCREATORBUG-16205you need to use a different mkspec than the one used to build the Qt version. I used "win32-msvc2015". - Click "Apply".
- Add
%{Qt:QMAKE_MKSPECS}
to the name of the kit.
No characters will be added to the kit's name.
I expected the constant to contain the name entered in step 3.