Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 4.14.0-rc1
-
Ubuntu 20.04.1
Windows 10
-
06410dcb809eab179a1526fc1e33fbc2ef15bf7b
Description
- Build per-repo build of Qt, including qtquickcontrols2.
- Set up a kit manually for that build in Creator.
- Open qtquickcontrols2/CMakeLists.txt and import the build from earlier. The project will be configured using an automatically generated "Imported Kit" instead of the manually defined kit.
The correct behaviour can be seen when importing qmake builds; Creator sees that the build belongs to an existing Qt version and sets up the project using the correct kit.
Comparing the manually defined kit and the generated Imported Kit, the only difference I can see is that the Imported Kit is missing a Qt version.
Attachments
Issue Links
- resulted in
-
QTCREATORBUG-25100 Importing qtquickcontrols2 from a per-repo cmake build results in incorrect kits being selected
- Closed