##// 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
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
CONFIG(debug, debug|release) {
mac: {
LIBS += -lQtCommercialChart_debug
}
win32: {
LIBS += -lQtCommercialChartd
}
linux: {
LIBS += -lQtCommercialChart
}
} else {
LIBS += -lQtCommercialChart
}