summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Adams <chris.adams@jollamobile.com>2016-06-10 16:24:09 +1000
committerChristopher Adams <chris.adams@jollamobile.com>2016-06-15 07:37:28 +0000
commitd9eb1ae25803b2815c361d7478873c7cba607cf2 (patch)
treead8e37305432bec3e688d66a2c616f9c6d3a710c
parenta7f2781ecd53fc88f448815dbe15f450a1f16d59 (diff)
Install QtOrganizer example applications
This commit ensures that the QtOrganizer example applications are installed to the Qt examples folder under pim/organizer. Change-Id: I30f47ca8eecea8385e1b587cdcf5b9ca53470a68 Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
-rw-r--r--examples/organizer/calendardemo/calendardemo.pro3
-rw-r--r--examples/organizer/todo/todo.pro3
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/organizer/calendardemo/calendardemo.pro b/examples/organizer/calendardemo/calendardemo.pro
index 758360bc5..b292133a0 100644
--- a/examples/organizer/calendardemo/calendardemo.pro
+++ b/examples/organizer/calendardemo/calendardemo.pro
@@ -23,3 +23,6 @@ HEADERS += src/calendardemo.h \
src/eventoccurrenceeditpage.h \
src/addcalendarpage.h \
src/editcalendarspage.h
+
+target.path = $$[QT_INSTALL_EXAMPLES]/organizer/calendardemo
+INSTALLS += target
diff --git a/examples/organizer/todo/todo.pro b/examples/organizer/todo/todo.pro
index 58a804e41..b7d891a2f 100644
--- a/examples/organizer/todo/todo.pro
+++ b/examples/organizer/todo/todo.pro
@@ -8,3 +8,6 @@ HEADERS += todoeditor.h \
SOURCES += window.cpp \
todoeditor.cpp \
main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/organizer/todo
+INSTALLS += target