Unknown module(s) in QT: qml quick
-
Moved this to mobile and embedded since the Pi is not a desktop platform. You'll have better luck with an answer here. :)
-
I installed the commands in that page => https://www.raspberrypi.org/forums/viewtopic.php?t=69163
-
I installed the commands in that page => https://www.raspberrypi.org/forums/viewtopic.php?t=69163
@mrtglr33 Do you mean steps like this:
sudo apt-get install qt4-dev-tools?
Then do this:apt-cache search qt4and look in the output for something containing "qml" and "quick".
On my Xubuntu machine if I search forapt-cache search qt5qmlI get libqt5qml5.
Install those qml/quick packages.