##// END OF EJS Templates
Add horizontal charts to chartviewer
Add horizontal charts to chartviewer

File last commit:

r1755:1a6e0b1256e1
r1755:1a6e0b1256e1
Show More
charts.pri
12 lines | 317 B | text/plain | TextLexer
Michal Klocek
Adds charts to chartsviewer
r1753 INCLUDEPATH += $$PWD
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