##// END OF EJS Templates
Fixed a typo in qtcommercialchart.prf
Fixed a typo in qtcommercialchart.prf

File last commit:

r1767:f9aa9409f462
r1767:f9aa9409f462
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
}