##// END OF EJS Templates
prototyping separators with stacked bars
prototyping separators with stacked bars

File last commit:

r30:ef99599d15b7
r119:9025093c4c9d
Show More
qtcommercialchart.prf
9 lines | 222 B | application/pics-rules | TextLexer
message( "Configuring with QtCommercialChart addon..." )
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
CONFIG(debug, debug|release) {
LIBS += -lQtCommercialChartd
} else {
LIBS += -lQtCommercialChart
}