Building Qt Quick (QML) module for Raspberry Pi 3.
Solved
Mobile and Embedded
-
Greetings. I'm referring to the RaspberryPi2EGLFS tutorial and I have completed compiling and deploying a simple Qt app on the Pi3. Now, I need to build the QML module in my host PC and deploy it to the RPi, as per step 16.
git clone git://code.qt.io/qt/<qt-module>.git -b <qt-version>
cd <qt-module>
qmake, make and rsync steps follow suit.I don't know the name of the QML module of the official Qt Git repository. I am very unsure if qtquick1 is the comprehensive module for my requirement.
Can anyone help me in this regard? Please bear with me as I am very new to Qt and Raspberry Pi. Thanks in advance. -
The name is qtdeclarative.