Error: C1083: Cannot open include file: 'QChartGlobal': No such file or directory
-
wrote on 20 Nov 2014, 09:15 last edited by
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?
-
wrote on 20 Nov 2014, 13:04 last edited by
Hi SGaist.... thanks for ur reply...i have already added
CONFIG += qtcommercialchart
in my .pro file still it is not working :( -
wrote on 20 Nov 2014, 13:12 last edited by
Hi sierdzio......yes i m using commercial QT..but i dont have any idea why these errors are coming....please help
-
Are you sure you have that module installed ?
1/6