##// END OF EJS Templates
BoxPlot animations...
BoxPlot animations Change-Id: I00e9372bb0f6dbb55e5e84d559033ebac9a7fa5e Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2461:95a0f898019d
r2465:de1ad4d92581
Show More
boxplotchart.pri
16 lines | 337 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/boxplotchartitem.cpp \
$$PWD/qboxplotseries.cpp \
$$PWD/boxwhiskers.cpp
PRIVATE_HEADERS += \
$$PWD/boxplotchartitem_p.h \
$$PWD/qboxplotseries_p.h \
$$PWD/boxwhiskers_p.h \
$$PWD/boxwhiskersdata_p.h
PUBLIC_HEADERS += \
$$PWD/qboxplotseries.h