##// END OF EJS Templates
Initial project refactor, xylinecharts...
Initial project refactor, xylinecharts * refactors pro files to include QCHART namespace * removes QWidget dependency * adds xylinechart to library * adds xylinechart example

File last commit:

r11:3456b7f2ae05
r11:3456b7f2ae05
Show More
charts.prf
8 lines | 133 B | application/pics-rules | TextLexer
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QCharts
CONFIG(debug, debug|release) {
LIBS += -lQChartd
} else {
LIBS += -lQChart
}