QT Quick version 2.15 for Raspberry Pi 3
-
I am trying to use QT Quick version 2.15 on Raspberry Pi 3, but with no success. The most recent Qt version I managed to install without building from source is Qt 5.11, which according to this post. You can check that by opening the documentation for - for example - Rectangle or Item.) ships with QT Quick 2.11. Is there a way to build only the module (for instace, QT Quick 2.15) and use it with QT 5.11? Or is there any other way to use QT Quick 2.15 on a Raspberry Pi?
-
@raphasauer said in QT Quick version 2.15 for Raspberry Pi 3:
am trying to use QT Quick version 2.15 on Raspberry Pi 3
Qt Quick 2.15 is available with Qt 5.15.x
With Qt 5.11.x you've got Qt Quick 2.11 -
@KroMignon said in QT Quick version 2.15 for Raspberry Pi 3:
Qt Quick 2.15 is available with Qt 5.15.x
With Qt 5.11.x you've got Qt Quick 2.11The problem is that I can't manage to install Qt 5.15 on the device. I reckon that there is no way to use a more recent version of a QML module then. Thanks!
-
@raphasauer said in QT Quick version 2.15 for Raspberry Pi 3:
The problem is that I can't manage to install Qt 5.15 on the device. I reckon that there is no way to use a more recent version of a QML module then. Thanks!
Out of curiosity, what do need from Qt Quick 2.15 which is not already available with Qt Quick 2.11?
-
@KroMignon
Some functions in QtQuick.Extras, QtQuick.Controls and QtQuick.Shapes, also I believe QtCharts is not available in Qt 5.11. Mainly visual features for styling.