summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-05-23 15:31:05 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2016-05-24 08:52:12 +0000
commite3d7e2a476f4624a0cacb57b49fe03afb3c8ffec (patch)
treeb54082c4e5f40f654e3367142b82743c6513c3be /examples
parent2be94ce592089c62bd808d58d6707f037858af15 (diff)
downloadqtivi-e3d7e2a476f4624a0cacb57b49fe03afb3c8ffec.tar.gz
Added install targets for all examples
Change-Id: I69d87bac20883496ec055ec9107b5b9847bcd0c3 Reviewed-by: Johan Thelin <johan.thelin@pelagicore.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/geniviextras/qdlt/qdlt.pro4
-rw-r--r--examples/vehiclefunctions/climate_qml/climate_qml.pro4
-rw-r--r--examples/vehiclefunctions/climate_widget/climate_widget.pro4
-rw-r--r--examples/vehiclefunctions/window_qml/window_qml.pro4
4 files changed, 16 insertions, 0 deletions
diff --git a/examples/geniviextras/qdlt/qdlt.pro b/examples/geniviextras/qdlt/qdlt.pro
index 24153f1..1e6af1a 100644
--- a/examples/geniviextras/qdlt/qdlt.pro
+++ b/examples/geniviextras/qdlt/qdlt.pro
@@ -13,3 +13,7 @@ SOURCES += main.cpp \
HEADERS += \
loggingcategories.h \
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/geniviextras/qdlt
+INSTALLS += target
diff --git a/examples/vehiclefunctions/climate_qml/climate_qml.pro b/examples/vehiclefunctions/climate_qml/climate_qml.pro
index 370208f..485158b 100644
--- a/examples/vehiclefunctions/climate_qml/climate_qml.pro
+++ b/examples/vehiclefunctions/climate_qml/climate_qml.pro
@@ -8,3 +8,7 @@ RESOURCES += qml.qrc
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/vehiclefunctions/climate_qml
+INSTALLS += target
diff --git a/examples/vehiclefunctions/climate_widget/climate_widget.pro b/examples/vehiclefunctions/climate_widget/climate_widget.pro
index 2e5e746..a7c5b0d 100644
--- a/examples/vehiclefunctions/climate_widget/climate_widget.pro
+++ b/examples/vehiclefunctions/climate_widget/climate_widget.pro
@@ -12,3 +12,7 @@ SOURCES += main.cpp\
HEADERS += mainwindow.h
FORMS += mainwindow.ui
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/vehiclefunctions/climate_widget
+INSTALLS += target
diff --git a/examples/vehiclefunctions/window_qml/window_qml.pro b/examples/vehiclefunctions/window_qml/window_qml.pro
index 370208f..828d397 100644
--- a/examples/vehiclefunctions/window_qml/window_qml.pro
+++ b/examples/vehiclefunctions/window_qml/window_qml.pro
@@ -8,3 +8,7 @@ RESOURCES += qml.qrc
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/vehiclefunctions/window_qml
+INSTALLS += target