Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 14.0.2, Qt Creator 15.0.0 (15.0 branch)
-
None
-
Ubuntu 22.04 LTS
-
84c754de6 (master)
Description
- Create a new project using Creator's wizards.
I used a Qt Widgets Application project. It doesn't matter whether it's based on qmake or CMake. - Go to Projects mode, Build settings.
The project has a build configuration named "Debug". Its build directory is "<source directory>/build/Desktop-Debug". - Add a new build configuration of type "Debug". Give it the same name: "Debug".
The new build configuration is automatically renamed to "Debug2" to differentiate it from the existing one. Still, it uses exactly the same build directory.
The updated name of the build configuration should also be used for the build directory.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-26066 Creator reuses same build directory for different configuration
- Closed
-
QTCREATORBUG-31535 New build config by default uses existing build directory of other config
- Closed