##// END OF EJS Templates
minor. typo in previous commit
Michal Klocek -
r1772:15af6fdbb555
parent child
Show More
@@ -1,19 +1,17
1 1 INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
2 2
3 3 CONFIG(debug, debug|release){
4 4
5 5 mac:{
6 6 LIBS += -lQtCommercialChart_debug
7 }
8
7 } else {
9 8 win32:{
10 9 LIBS += -lQtCommercialChartd
11 }
12
13 unix:{
10 } else {
14 11 LIBS += -lQtCommercialChart
15 12 }
13 }
16 14
17 15 } else {
18 16 LIBS +=-lQtCommercialChart
19 17 }
General Comments 0
You need to be logged in to leave comments. Login now