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.pro17
1 files changed, 9 insertions, 8 deletions
diff --git a/examples/charts/boxplotchart/boxplotchart.pro b/examples/charts/boxplotchart/boxplotchart.pro
index c2483511..10ed4515 100644
--- a/examples/charts/boxplotchart/boxplotchart.pro
+++ b/examples/charts/boxplotchart/boxplotchart.pro
@@ -1,13 +1,14 @@
-!include( ../examples.pri ) {
- error( "Couldn't find the examples.pri file!" )
-}
+QT += charts
-TARGET = boxplotchart
-SOURCES += main.cpp \
- boxdatareader.cpp
+HEADERS += \
+ boxdatareader.h
+
+SOURCES += \
+ boxdatareader.cpp \
+ main.cpp \
RESOURCES += \
boxplotdata.qrc
-HEADERS += \
- boxdatareader.h
+target.path = $$[QT_INSTALL_EXAMPLES]/charts/boxplotchart
+INSTALLS += target