aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-05-12 16:28:22 +0200
committerMitch Curtis <mitch.curtis@digia.com>2015-05-18 13:28:53 +0000
commit9c5f32d6872389a2108c85a44fea3844511d7d44 (patch)
tree938c0aac522ff902aad5cd56ec789ac663745392 /examples/quick
parentfce93e74ab2536a198b2c540532afaaa497fceb7 (diff)
Add install targets for examples
$$[QT_INSTALL_EXAMPLES]/<module>/<example> Change-Id: I82267c740b5e7750cd0e9149b241a03837aea8e2 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com> Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'examples/quick')
-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