Project ERROR: Unknown module(s) in QT: charts

前端 未结 3 2357
臣服心动
臣服心动 2021-01-12 00:26

I am building a QT app using QTwidgets to run in a RaspberyPi3 with an image inside the SDcard built with buildroot. I suppose that charts are supported since they are based

相关标签:
3条回答
  • 2021-01-12 00:58

    So, I solved this problem with the answer from Peter Korsgaard. Bassicly I removed my old bluetooth version, installed the new version which supports QtCharts ( https://buildroot.org/downloads/buildroot-2018.02-rc1.tar.gz ), and now my application is running. Problems found: Had the change the content of my cmdline.txt and config.txt because they were making the new version crash in boot and give "Kernel Panic". I just used the default cmdline.txt and config.txt generated by make, and now its running.

    0 讨论(0)
  • 2021-01-12 01:14

    On Ubuntu 18.04, installing libqt5charts5-dev (as suggested by eyllanesc) using Synaptic Package Manager solved my issue. Version: Qt Creator 4.5.2 based on Qt 5.9.5.

    0 讨论(0)
  • 2021-01-12 01:15

    You will need to enable the qt5charts package, which has recently been added to Buildroot. It is included in our 2018.02-rc1 release candidate from earlier this week:

    http://git.buildroot.net/buildroot/tree/package/qt5/qt5charts

    0 讨论(0)
提交回复
热议问题