##// END OF EJS Templates
Revert "OSX: qmake 'unix' keyword is set (in addition to mac) on OSX"...
Michal Klocek -
r1771:dbc3d8bd790f
parent child
Show More
@@ -1,17 +1,19
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
4
5 mac: {
5 mac:{
6 LIBS += -lQtCommercialChart_debug
6 LIBS += -lQtCommercialChart_debug
7 } else {
7 }
8 win32: {
8
9 LIBS += -lQtCommercialChartd
9 win32:{
10 } else {
10 LIBS += -lQtCommercialChartd
11 LIBS += -lQtCommercialChart
11 }
12 }
12
13 unix:{
14 LIBS += -lQtCommercialChart
13 }
15 }
14
16
15 } else {
17 } else {
16 LIBS +=-lQtCommercialChartd
18 LIBS +=-lQtCommercialChart
17 }
19 }
General Comments 0
You need to be logged in to leave comments. Login now