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