summaryrefslogtreecommitdiffstats
path: root/src/charts/boxplotchart/boxplotchart.pri
blob: db6e034b8307b2ba1166246a38cf0ebbbae9d668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD

SOURCES += \
    $$PWD/boxplotchartitem.cpp \
    $$PWD/qboxplotseries.cpp \
    $$PWD/boxwhiskers.cpp \
    $$PWD/qboxset.cpp \
    $$PWD/qboxplotmodelmapper.cpp \
    $$PWD/qvboxplotmodelmapper.cpp

PRIVATE_HEADERS += \
    $$PWD/boxplotchartitem_p.h \
    $$PWD/qboxplotseries_p.h \
    $$PWD/boxwhiskers_p.h \
    $$PWD/boxwhiskersdata_p.h \
    $$PWD/qboxset_p.h \
    $$PWD/qboxplotmodelmapper_p.h

PUBLIC_HEADERS += \
    $$PWD/qboxplotseries.h \
    $$PWD/qboxset.h \
    $$PWD/qboxplotmodelmapper.h \
    $$PWD/qvboxplotmodelmapper.h