##// END OF EJS Templates
Fixed the prf file library name for OSX
Tero Ahola -
r1420:2cbd13edfba9
parent child
Show More
@@ -1,7 +1,11
1 INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
1 INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
2
2
3 CONFIG(debug, debug|release) {
3 CONFIG(debug, debug|release) {
4 LIBS += -lQtCommercialChartd
4 mac {
5 LIBS += -lQtCommercialChart_debug
6 } else {
7 LIBS += -lQtCommercialChartd
8 }
5 } else {
9 } else {
6 LIBS += -lQtCommercialChart
10 LIBS += -lQtCommercialChart
7 }
11 }
General Comments 0
You need to be logged in to leave comments. Login now