QT 中的未知模块:图表 - 为 Android 构建 QGroundControl 时出错
Unknown module(s) in QT: charts - Error while building QGroundControl for Android
我正在尝试使用 QT 为 Android 构建 QGroundControl,但出现以下错误:
错误:QT 中的未知模块:图表
我可以毫无困难地为 Windows 构建 QGroundControl。
我正在使用 Windows 8.1 x64.
错误信息:
你必须添加
QT += charts
在您的 .pro 文件中。
如果您只想在 android 中使用图表,请使用
android: QT += charts
我正在尝试使用 QT 为 Android 构建 QGroundControl,但出现以下错误: 错误:QT 中的未知模块:图表
我可以毫无困难地为 Windows 构建 QGroundControl。
我正在使用 Windows 8.1 x64.
错误信息:
你必须添加
QT += charts
在您的 .pro 文件中。
如果您只想在 android 中使用图表,请使用
android: QT += charts