How to cross compile Qt quick controls in raspberry pi?
Unsolved
QML and Qt Quick
-
wrote on 19 Oct 2016, 07:33 last edited by
In raspberry pi When I use the qml quick which is having button I found error "Qt Quick controlls not installed" but without user interface I can able to view Qt quick.
How to cross compile qt quick control in pi??
Give any suggestions to solve this? -
wrote on 27 Oct 2016, 07:00 last edited by
you may need to build qdeclarative and qquick control. If you have built your qtbase correctly, just cd plugins source file and qmake,make, make isntall. And you may need to copy qt5pi file to your raspberry pi and place in the same path.