##// END OF EJS Templates
adds message to charts.prf
adds message to charts.prf

File last commit:

r18:ff85d1e7d272
r18:ff85d1e7d272
Show More
charts.prf
10 lines | 180 B | application/pics-rules | TextLexer
message( "Configuring with qchart addon..." )
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QCharts
CONFIG(debug, debug|release) {
LIBS += -lQChartd
} else {
LIBS += -lQChart
}