##// 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
Michal Klocek
Initial project refactor, xylinecharts...
r11 INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QCharts
Jani Honkonen
First draft of project structure
r1
Michal Klocek
Initial project refactor, xylinecharts...
r11 CONFIG(debug, debug|release) {
LIBS += -lQChartd
} else {
LIBS += -lQChart
Jani Honkonen
First draft of project structure
r1 }
Michal Klocek
Initial project refactor, xylinecharts...
r11