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

人盡茶涼 提交于 2019-12-01 08:51:56

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

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!