Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 14.0.1, Qt Creator 14.0.2
-
None
-
-
9da522ad8 (15.0)
Description
Steps to reproduce:
- Install with online installer (--staging-commercial) Qt Creator 14.0.2, some Qt, e.g Qt6.7.3, CMake, Ninja
- Start Creator with clean settings: ./Qt\ Creator -tcs
- Open a project, e.g Coffee Machine from Qt6.7.3 examples
- -> There's a warning seen in Configure Project page for the Kit "CMake Tool is unconfigured, CMake generator will be ignored"
- Click "Configure Project"
- -> Issues view show "The Kit need to define a CMake tool to parse this project"
- Close project and Creator
- Start Creator again with -tcs and open the same project
- -> Issue gone now
- I was only able to reproduce on macOS and only once after installing everything