##// END OF EJS Templates
adds message to charts.prf
Michal Klocek -
r18:ff85d1e7d272
parent child
Show More
@@ -1,8 +1,10
1 message( "Configuring with qchart addon..." )
2
1 3 INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QCharts
2 4
3 5 CONFIG(debug, debug|release) {
4 6 LIBS += -lQChartd
5 7 } else {
6 8 LIBS += -lQChart
7 9 }
8 10
General Comments 0
You need to be logged in to leave comments. Login now