How can add Qt charts on QT Creator 5.5.1
-
I have Qt Creator 5.5.1 on Linux 14.04 x32 bit and cross compile it for raspberry pi I want to use Qt Charts
but Qt Creator says error: Unknown module(s) in QT: charts
in Maintenance Tool I can' find Qt Charts and I use this link to add Qt Chart to Qt Creator but I when building with qmake it, I get an error
I use git clone https://github.com/qtproject/qtcharts.git in terminal and packet download but still
Qt creator says error: Unknown module(s) in QT: chartsHow can I add Qt Charts to Qt Creator 5.5.1?
-
Hi,
Did you cross-compile it or did you build it on the Pi directly ?
-
You forgot the symbolic links. If you run ldd on your application on your target it should show you what is missing.
-
@SGaist
hello;
I am facing similar problem i followed the same procedure given in https://wiki.qt.io/RaspberryPi2EGLFS i am cross-compiling from ubuntu 16.04 to my RPi. error Unknown module Qt:charts/Qt:quick for virtual keyboard.
can you explain step-wise procedure to solve this error. -
@Andrex_Qt Did you build these two modules ?
-
QtCharts has nothing to do with the virtual keyboard module however, QtQuick is mandatory yes.