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?
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.