summaryrefslogtreecommitdiffstats
path: root/examples/charts/boxplotchart/boxplotchart.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/boxplotchart/boxplotchart.pro')
-rw-r--r--examples/charts/boxplotchart/boxplotchart.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/charts/boxplotchart/boxplotchart.pro b/examples/charts/boxplotchart/boxplotchart.pro
new file mode 100644
index 00000000..c2483511
--- /dev/null
+++ b/examples/charts/boxplotchart/boxplotchart.pro
@@ -0,0 +1,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