Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 15.0.0-rc1
-
None
-
Ubuntu 22.04 LTS
Description
- Have two kits set up in Creator.
- Open a CMake-based project and configure it to use exactly one of these kits.
- Go to "Projects" mode.
The one configured kit is highlighted, the other is grey. - Click on the name of the other kit.
- Click on "Run" for that kit to show its run configuration.
Creator configures the project with that kit and automatically creates a run configuration with the project's name. The run configuration can neither be renamed nor cloned because the respective buttons are disabled. - Show the first kit's run configuration.
- Show the second kit's run configuration again.
Now the buttons are enabled.
Creator should have enabled the buttons right after it finished configuring or even earlier. For a qmake-based project, they seem to be enabled all the time.