Project ERROR: Unknown module(s) in QT: quick-private
-
Hello i am trying to crosscompile qt5.2 for sabreauto board.
i am following this link to cross compile qt 5.2.
https://community.freescale.com/docs/DOC-94066I configure qt without open gl es 2.0 because of errors .
./configure -v -opensource -confirm-license -no-pch -no-xcb -no-opengl -opengl es2
-make libs -device imx6
-compile-examples
-device-option CROSS_COMPILE=/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/arm-fsl-linux-gnueabi/bin
-sysroot /ltib_install/ltib/rootfs -no-gcc-sysroot
-prefix /opt/qt5now in step 8 as described there should be 2 directories.
qtjsbackend and qtdeclarative
because when i configure qt i used no opengles . so i am not getting qtjsbackend. that’s fine. i am getting qtdeclarative directory.
When i tried to build that directory using ../qtbase/bin/qmake -r command.
I got error for qt-quick.
Project ERROR: Unknown module(s) in QT: quick-private
To solve this error i tried following solution
modify this file qtbase/bin/qt.conf and add the correct prefix, the one given on configure
[EffectivePaths]
Prefix=/opt/qt5
But still i got same error.
Thanks you.. :)