##// END OF EJS Templates
Compilation fix missing include path for charviewer
Compilation fix missing include path for charviewer

File last commit:

r1756:44edc0a61f93
r1756:44edc0a61f93
Show More
charts.pri
12 lines | 320 B | text/plain | TextLexer
Michal Klocek
Compilation fix missing include path for charviewer
r1756 INCLUDEPATH += $$PWD ..
Michal Klocek
Adds charts to chartsviewer
r1753 DEPENDPATH += $$PWD
Michal Klocek
Add horizontal charts to chartviewer
r1755 SOURCES+= \
linechart.cpp \
scatterchart.cpp \
splinechart.cpp \
piechart.cpp \
verticalstackedbarchart.cpp \
horizontalstackedbarchart.cpp \
verticalbarchart.cpp \
horizontalbarchart.cpp \
areachart.cpp