summaryrefslogtreecommitdiffstats
path: root/examples/charts/boxplotchart/boxplotchart.pro
blob: 10ed4515e7b46edbff7ea1b1ad965cfd6f4a37d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += charts

HEADERS += \
    boxdatareader.h

SOURCES += \
    boxdatareader.cpp \
    main.cpp \

RESOURCES += \
    boxplotdata.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/charts/boxplotchart
INSTALLS += target