Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
Qt Creator 4.13.3
Description
After downloading and installing Qt 6.0, making a new project, the CMakeLists.txt contains:
find_package(Qt5Core)
And is unable to continue parsing the project
Manually changing to:
find_package(Qt6Core)
Resolves the issue