##// 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 INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QCharts
3 INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QCharts
2
4
3 CONFIG(debug, debug|release) {
5 CONFIG(debug, debug|release) {
4 LIBS += -lQChartd
6 LIBS += -lQChartd
5 } else {
7 } else {
6 LIBS += -lQChart
8 LIBS += -lQChart
7 }
9 }
8
10
General Comments 0
You need to be logged in to leave comments. Login now