summaryrefslogtreecommitdiffstats
path: root/examples/charts/boxplotchart/boxplotchart.pro
blob: c2483511e8e7be298452394a6031a45804ae5981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!include( ../examples.pri ) {
 error( "Couldn't find the examples.pri file!" )
}

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

RESOURCES += \
    boxplotdata.qrc

HEADERS += \
    boxdatareader.h