##// END OF EJS Templates
Revert "OSX: qmake 'unix' keyword is set (in addition to mac) on OSX"...
Revert "OSX: qmake 'unix' keyword is set (in addition to mac) on OSX" This reverts commit b3818f5b5c7bd312e18e8785518358b4285215e5.

File last commit:

r1771:dbc3d8bd790f
r1771:dbc3d8bd790f
Show More
qtcommercialchart.prf
19 lines | 299 B | application/pics-rules | TextLexer
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
CONFIG(debug, debug|release){
mac:{
LIBS += -lQtCommercialChart_debug
}
win32:{
LIBS += -lQtCommercialChartd
}
unix:{
LIBS += -lQtCommercialChart
}
} else {
LIBS +=-lQtCommercialChart
}