Project ERROR: Unknown module(s) in QT: quick
-
Hi,
It's not exactly like that, you cross-compile Qt with the linaro tool chain , then you use that version to compile your application for your target and copy it on. In between you can develop it using the Desktop version on your computer.
You can search through the forum, there have been several posts about cross-compiling Qt 5 for the imx6
-
wrote on 26 Apr 2014, 04:26 last edited by
I think we met the same problem here.
Have you solved this? -
wrote on 8 Jun 2014, 16:06 last edited by
Same problem. Compiled with "angle" (Windows, Mingw32) option. Qtdeclarative (quick1) was compiled but not QtQuick2.
I thought it was not configured by default but there is no "-quick" or "-quick2" option in the "configure" script, nor in the "configure" output.Are the compilation logs stored somewhere ? (took about 4H)
-
wrote on 7 Jul 2014, 18:20 last edited by
I have had the same problem with not having qt creator being able to use declarative, quick, or qml
In my case, its a cross-compile for an imx6 with linaro. build, qt5.2.1base, the script, the declarative make + sudo make install
no issues, things and demos run on the target, and I can compile QT command line apps, but not quick1, or 2I also tried with a buildroot release of 2014.05, and this works and compiles the libs and examples to run on target, yet QTCreator cannot find quick or qml in the pro when included, and will not compile my own applications.
As always I am assuming I have done something stupid from the beginning, perhaps in the configure -prefix area?
If anyone has identified why this happens, I would appreciate some advice
-
Hi and welcome to devnet,
Did you cross-compiled/installed all related modules ?