Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 4.15.1, Qt Creator 5.0.0-rc1
-
Windows 10
-
cc05c1637 (14.0)
Description
- Open a CMake-based project.
I used a Qt Widgets Application from Creator's own wizard. - In Project mode, add a new build configuration, e.g. of type "Release".
The build configuration "Release2" will be created. It uses the build directory "(...)\build-(projectname)-Desktop-Release". - Add another build configuration of the same type.
The build configuration "Release3" will be created. It uses exactly the same build directory.
I expect that reusing the same directory again and again for different configuration will lead to trouble. Please use separate directories as Creator does for qmake-based projects.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-31470 Creator doesn't differentiate new build configs properly
- Closed