##// END OF EJS Templates
Fixed pen style pattern continuity for line series...
Fixed pen style pattern continuity for line series Reviewed-by: Mika Salmela

File last commit:

r1772:15af6fdbb555
r2457:4dae82608139
Show More
qtcommercialchart.prf
17 lines | 329 B | application/pics-rules | TextLexer
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
CONFIG(debug, debug|release) {
mac: {
LIBS += -lQtCommercialChart_debug
} else {
win32: {
LIBS += -lQtCommercialChartd
} else {
LIBS += -lQtCommercialChart
}
}
} else {
LIBS +=-lQtCommercialChart
}