From 9c5f32d6872389a2108c85a44fea3844511d7d44 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 12 May 2015 16:28:22 +0200 Subject: Add install targets for examples $$[QT_INSTALL_EXAMPLES]// Change-Id: I82267c740b5e7750cd0e9149b241a03837aea8e2 Reviewed-by: Liang Qi Reviewed-by: Mitch Curtis --- examples/quick/calendar/calendar.pro | 3 +++ examples/quick/controls/drawer/drawer.pro | 3 +++ examples/quick/controls/mirroring/mirroring.pro | 3 +++ examples/quick/controls/tabs/tabs.pro | 3 +++ examples/quick/controls/theme/theme.pro | 3 +++ 5 files changed, 15 insertions(+) (limited to 'examples') 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 -- cgit v1.2.3