##// END OF EJS Templates
Using namespace macro is now added to ui_*.h files when using designer plugin
Using namespace macro is now added to ui_*.h files when using designer plugin

File last commit:

r1420:2cbd13edfba9
r1750:82bf60f5058e
Show More
qtcommercialchart.prf
11 lines | 239 B | application/pics-rules | TextLexer
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
CONFIG(debug, debug|release) {
mac {
LIBS += -lQtCommercialChart_debug
} else {
LIBS += -lQtCommercialChartd
}
} else {
LIBS += -lQtCommercialChart
}