-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.0.1
-
None
-
Windows 8.1
Qt Creator 3.0.1 Based on Qt 5.2.1 (MSVC 2010, 32 bit) Built on Jan 31 2014 at 05:16:27 From revision 51af63bb9e
Steps to reproduce:
- Create a CMakeLists.txt project build with Ninja generator (create with cmake-gui i.e.). Make sure running cmake within Qt-creator uses generator ninja and the Build Steps Make should also be ninja.
- In Projects, Build, click Add | Clone selected and give it a name.
What do you see:
- New build configuration with Build Steps Make: mingw32-make
What do you expect:
- New build configuration with Build Steps Make: ninja.
When running cmake on the new build configuration, I cannot change the generator from MinGW Generator to Ninja Generator.
When running cmake on the old (ninja) build configuration, I cannot change the generator from Ninja to MinGW, but that's fine.