summaryrefslogtreecommitdiffstats
path: root/examples/charts/chartinteractions/chartinteractions.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/chartinteractions/chartinteractions.pro')
-rw-r--r--examples/charts/chartinteractions/chartinteractions.pro18
1 files changed, 10 insertions, 8 deletions
diff --git a/examples/charts/chartinteractions/chartinteractions.pro b/examples/charts/chartinteractions/chartinteractions.pro
index 8cf4c36c..4027eb3c 100644
--- a/examples/charts/chartinteractions/chartinteractions.pro
+++ b/examples/charts/chartinteractions/chartinteractions.pro
@@ -1,11 +1,13 @@
-!include( ../examples.pri ) {
- error( "Couldn't find the examples.pri file!" )
-}
+QT += charts
-QT += core gui
+HEADERS += \
+ chart.h \
+ chartview.h
-TARGET = chartinteractions
-TEMPLATE = app
+SOURCES += \
+ chart.cpp \
+ chartview.cpp \
+ main.cpp
-HEADERS += chart.h chartview.h
-SOURCES += main.cpp chart.cpp chartview.cpp
+target.path = $$[QT_INSTALL_EXAMPLES]/charts/chartinteractions
+INSTALLS += target