简体   繁体   English

QT 中的未知模块:图表 - 为 Android 构建 QGroundControl 时出错

[英]Unknown module(s) in QT: charts - Error while building QGroundControl for Android

I am trying to build the QGroundControl for Android with the QT, but I am getting the below error: error: Unknown module(s) in QT: charts我正在尝试使用 QT 为 Android 构建 QGroundControl,但出现以下错误:错误:Z33B8D767C1F7C7984D900797E2BB7727 中的未知模块:图表:

I can build the QGroundControl for Windows without any trouble.我可以毫无问题地为 Windows 构建 QGroundControl。

I am using Windows 8.1 x64 .我正在使用Windows 8.1 x64

关于 QT Creator

可用套件

安卓套件细节

安卓设备细节

Error Message:错误信息:

错误信息

you have to add你必须添加

QT += charts

in your.pro file.在你的.pro 文件中。

If you want to use charts just in android use如果您只想在 android 中使用图表,请使用

android: QT += charts

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM