QML Module Not Found QtQuick.Window
-
@MH24 said in QML Module Not Found QtQuick.Window:
: Unknown module(s) in QT:quick
https://stackoverflow.com/questions/39390824/error-unknown-modules-in-qt-qml-quick-qt-creator
install qt5-qtdeclarative-devel -
@MH24 said in QML Module Not Found QtQuick.Window:
: Unknown module(s) in QT:quick
https://stackoverflow.com/questions/39390824/error-unknown-modules-in-qt-qml-quick-qt-creator
install qt5-qtdeclarative-devel -
I am trying the qt6 book and discovered something regarding kits.
Made the Qt Quick UI Project and it created a qmlproject and qml file (with same error as above). When I hovered on the project it said 'No kits are available for this project'. When I went to 'Projects' tab on left it opens 'Configure Project' says 'No suitable kits found' and 'Desktop' under kits is greyed out.
What does this mean?
-
So I created a new kit by manually pointing to Qt 5.15.3 (qt5) instead of Qt 6.2.4. Qt QUick UI Project works fine but others still do not even when I point them to this kit.