How to include the QtCharts library in Qt Creator 4.2.0 (Community)

夙愿已清 提交于 2019-11-28 09:41:19

问题


I tried to include the QtCharts but i have an error when i include the library, this is the error:

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

I have included the QT += charts in the *.pro file like this:

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

SOURCES += \
    source.cpp

But it doesn't work. Please help me.


回答1:


In the installation process you must enable Qt Charts. This is not enabled by default.:

Click on Qt Charts:



来源:https://stackoverflow.com/questions/41625233/how-to-include-the-qtcharts-library-in-qt-creator-4-2-0-community

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