##// END OF EJS Templates
Renamed to QtCommercialChart
Renamed to QtCommercialChart

File last commit:

r30:ef99599d15b7
r30:ef99599d15b7
Show More
qtcommercialchart.prf
9 lines | 222 B | application/pics-rules | TextLexer
message( "Configuring with QtCommercialChart addon..." )
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
CONFIG(debug, debug|release) {
LIBS += -lQtCommercialChartd
} else {
LIBS += -lQtCommercialChart
}