Unknown modules QT:Charts, QT:quick.
-
hello,
I recently installed Qt5.12.1 on ubuntu 16.01 and followed procedure given in https://wiki.qt.io/RaspberryPi2EGLFS, so my Rpi is configured to be cross-compiled from ubuntu 16.04. Now for my project i want to include QtCharts and QtVirtualKeyboard which i am not able to because of above errors my project is in QtWidgetApplication. did Qt missed some steps during installation? -
hi @Andrex_Qt said in Unknown modules QT:Charts, QT:quick.:
. did Qt missed some steps during installation?
maybe.
The wiki article only describes directly how to cross compile the
qtbase
module, etchers and qvirtualkeyboard are each their own module.You'll have to download the sorucecode of those modules and repeat the step from the wiki twice more ;-)
-
@Andrex_Qt
sure but google would have helped you as well ;-)
https://github.com/qt/qtcharts
https://github.com/qt/qtvirtualkeyboard -