Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 4.3.0-rc1, Qt Creator 6.0.2
-
Ubuntu 20.04 LTS
Windows 10 64 bit
Description
- Open a project.
- Build this in the default directory.
The name of that directory starts with "build-". - Create and select a new build configuration.
- Remove the "build-" from the build directory.
- Build the project.
- Close the project.
- Remove the .pro.user file from the project's source directory.
- Open the project again.
- Go to Projects mode.
The build from step 5 was found by Creator and is checked. The build from step 2 was not found:
In this simple example, you can still add that build by checking the default build directory, but this only works because the kit is already known. If you remove the kit and the build from step 5 before opening the project again, Creator will not propose that kit.
If builds from any directory are being found automatically, it should be the default build directory.