其他分享
首页 > 其他分享> > c – 如何在Qt Creator 4.2.0(社区)中包含QtCharts库

c – 如何在Qt Creator 4.2.0(社区)中包含QtCharts库

作者:互联网

enter image description here

我试图包含QtCharts但我在包含库时出错,这是错误:

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

我在* .pro文件中包含了QT =图表,如下所示:

QT += charts
greaterThan(QT_MAJOR_VERSION, 4): QT += charts

SOURCES += \
    source.cpp

但它不起作用.请帮我.

解决方法:

在安装过程中,您必须启用Qt Charts.默认情况下不启用此选项:

enter image description here

点击Qt Charts:

enter image description here

标签:c,qt,qt5,qtcharts
来源: https://codeday.me/bug/20191002/1843744.html