summaryrefslogtreecommitdiffstats
path: root/examples/charts/linechart/linechart.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/linechart/linechart.pro')
-rw-r--r--examples/charts/linechart/linechart.pro12
1 files changed, 7 insertions, 5 deletions
diff --git a/examples/charts/linechart/linechart.pro b/examples/charts/linechart/linechart.pro
index d3eb640a..71f70965 100644
--- a/examples/charts/linechart/linechart.pro
+++ b/examples/charts/linechart/linechart.pro
@@ -1,5 +1,7 @@
-!include( ../examples.pri ) {
- error( "Couldn't find the examples.pri file!" )
-}
-TARGET = linechart
-SOURCES += main.cpp
+QT += charts
+
+SOURCES += \
+ main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/charts/linechart
+INSTALLS += target