Unknown module(s) in QT : qml quick
-
Hi guys,
I'm having an issue with QtCreator. I'm cross-compiling from Windows for an Linux/ARM devices. I'm able to build many Qt5.5.0 application except those using QML.For instance, when i try to build one of the sample for my Linux/ARM device, QtCreator show me this error:
"Unknown module(s) in QT : qml quick"
Anyone knows what can be the cause of this error? -
@bignumb Hi! Maybe this helps: https://forum.qt.io/topic/42211/
-
did you installed QtQuick ?
-
Hi guys,
First of all i want to thank you guys for answering my questions.
Again the answer was simple.
Don't use the qmake that you obtain after the configure (the one in the build directory).
But use the one which is in your sysroot directory (probably in sysroot/usr/lib/qt/bin )Problem solved.
-
@bignumb It did help me too!!!!