qml execution : module "QtCharts" is not installed
Solved
Installation and Deployment
-
Hi,
I try to run qmloscilloscope (https://doc.qt.io/qt-5/qtcharts-qmloscilloscope-example.html)
Under Debian and Qt5, I installed Charts with the command : sudo apt-get install libqt5charts5-dev
I configured the CMakeLists.txt and had no compilation errors with '#include <QtCharts/QAbstractSeries>' in the *.h file.However, during execution, I encountered this error message in a qml file (ScopeView.qml) : module "QtCharts" is not installed
Would you have any ideas?
-