##// END OF EJS Templates
Fix wrong library name in debug mode
Fix wrong library name in debug mode

File last commit:

r1752:0bf826e107ec
r1752:0bf826e107ec
Show More
qtcommercialchart.prf
19 lines | 317 B | application/pics-rules | TextLexer
/ features / qtcommercialchart.prf
Tero Ahola
Renamed to QtCommercialChart
r30 INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
CONFIG(debug, debug|release) {
Michal Klocek
Fix wrong library name in debug mode
r1752
mac: {
Tero Ahola
Fixed the prf file library name for OSX
r1420 LIBS += -lQtCommercialChart_debug
Michal Klocek
Fix wrong library name in debug mode
r1752 }
win32: {
Tero Ahola
Fixed the prf file library name for OSX
r1420 LIBS += -lQtCommercialChartd
}
Michal Klocek
Fix wrong library name in debug mode
r1752
linux: {
LIBS += -lQtCommercialChart
}
Tero Ahola
Renamed to QtCommercialChart
r30 } else {
LIBS += -lQtCommercialChart
}