Qt 6.11 is out! See what's new in the release
blog
Qt Creator 9.0 failed to build
-
Hi. Im trying to build qt creator from source code in windows 11. I built qt6 (6.3.0 actually). I followed the instructions here: https://github.com/qt-creator/qt-creator/blob/master/README.md#compiling-qt-creator
The problem came up here:cmake -DCMAKE_BUILD_TYPE=Debug -G Ninja "-DCMAKE_PREFIX_PATH=/path/to/Qt;/path/to/llvm" \path\to\qtcreator_sourcesI keep getting this error when im trying to do the above mentioned:
CMake Error at cmake/FindQt5.cmake:57 (find_package): Found package configuration file: C:/ThirdParty/Qt/qt6.3.0-installed/lib/cmake/Qt6/Qt6Config.cmake but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT FOUND. Reason given by package: Failed to find Qt component "Qml". Expected Config file at "C:/ThirdParty/Qt/qt6.3.0-installed/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake" does NOT exist Call Stack (most recent call first): CMakeLists.txt:68 (find_package) -- Configuring incomplete, errors occurred!Where should i find qml?
p.s. i built and installed qt 6.3.0 from source code from github with this instruction https://wiki.qt.io/Building_Qt_6_from_Git -
I guess something wrong happened when compiling / installing Qt. Qt6Qml is part of
qtdeclarativeand should be present.