summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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