##// END OF EJS Templates
Fixed compilation on Windows
Fixed compilation on Windows

File last commit:

r11:3456b7f2ae05
r17:40f607b3c3be
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
}