##// END OF EJS Templates
BoxPlot type and a friend...
BoxPlot type and a friend Change-Id: I6965009a5d150870901d8dd9d53fcd3ba5346015 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2461:95a0f898019d
r2472:15b722b37660
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