Error: C1083: Cannot open include file: 'QChartGlobal': No such file or directory
-
Hi all...I am very much new to QT.....I am trying to make simple graph.....but every time I am getting error " 'QChartGlobal': No such file or directory" and for another prog getting "error: C1083: Cannot open include file: 'QBarSeries': No such file or directory".....I know these are very silly errors as I have not that much idea please help me....Thanks in advance
-
Hi and welcome to devnet,
Do you have something similar to that line
@CONFIG += qtcommercialchart@
in your pro file ?
-
There are no such classes in Qt, so the errors are correct ;-) These classes come from Qt Commercial Charts. Are you using the commercial Qt?
-
Are you sure you have that module installed ?