Unknown module(s) in QT : qml quick
-
wrote on 12 Aug 2016, 07:41 last edited by
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? -
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?wrote on 12 Aug 2016, 14:02 last edited by@bignumb Hi! Maybe this helps: https://forum.qt.io/topic/42211/
-
wrote on 13 Aug 2016, 03:01 last edited by
did you installed QtQuick ?
-
wrote on 19 Aug 2016, 07:48 last edited by
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.
-
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.
wrote on 7 Dec 2019, 12:40 last edited by@bignumb It did help me too!!!!