aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/calendar/calendar.pro3
-rw-r--r--examples/quick/controls/drawer/drawer.pro3
-rw-r--r--examples/quick/controls/mirroring/mirroring.pro3
-rw-r--r--examples/quick/controls/tabs/tabs.pro3
-rw-r--r--examples/quick/controls/theme/theme.pro3
5 files changed, 15 insertions, 0 deletions
diff --git a/examples/quick/calendar/calendar.pro b/examples/quick/calendar/calendar.pro
index d08794e6..f81d9e5a 100644
--- a/examples/quick/calendar/calendar.pro
+++ b/examples/quick/calendar/calendar.pro
@@ -10,3 +10,6 @@ OTHER_FILES += \
RESOURCES += \
calendar.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcalendar2/calendar
+INSTALLS += target
diff --git a/examples/quick/controls/drawer/drawer.pro b/examples/quick/controls/drawer/drawer.pro
index ed788c7e..8c128054 100644
--- a/examples/quick/controls/drawer/drawer.pro
+++ b/examples/quick/controls/drawer/drawer.pro
@@ -10,3 +10,6 @@ OTHER_FILES += \
RESOURCES += \
drawer.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/drawer
+INSTALLS += target
diff --git a/examples/quick/controls/mirroring/mirroring.pro b/examples/quick/controls/mirroring/mirroring.pro
index 3630b04b..8086c166 100644
--- a/examples/quick/controls/mirroring/mirroring.pro
+++ b/examples/quick/controls/mirroring/mirroring.pro
@@ -10,3 +10,6 @@ OTHER_FILES += \
RESOURCES += \
mirroring.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/mirroring
+INSTALLS += target
diff --git a/examples/quick/controls/tabs/tabs.pro b/examples/quick/controls/tabs/tabs.pro
index 2d9c3e0e..53423689 100644
--- a/examples/quick/controls/tabs/tabs.pro
+++ b/examples/quick/controls/tabs/tabs.pro
@@ -10,3 +10,6 @@ OTHER_FILES += \
RESOURCES += \
tabs.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/tabs
+INSTALLS += target
diff --git a/examples/quick/controls/theme/theme.pro b/examples/quick/controls/theme/theme.pro
index 0208bd4f..603f4839 100644
--- a/examples/quick/controls/theme/theme.pro
+++ b/examples/quick/controls/theme/theme.pro
@@ -10,3 +10,6 @@ OTHER_FILES += \
RESOURCES += \
theme.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/theme
+INSTALLS += target