summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/launch-intents/launch-intents.pro
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2019-10-13 16:59:42 +0200
committerRobert Griebl <robert.griebl@qt.io>2020-01-24 16:58:04 +0100
commitb78c2d48c9df47ecce3d775654ad61d9e413a023 (patch)
tree223f292b42e49ac9610250f4da58d40304b87c36 /examples/applicationmanager/launch-intents/launch-intents.pro
parent4f7b3e720f3c65d4243865ed5734d3271583177e (diff)
Add a new Hello-World type example, using intents
Change-Id: I408e76086534fa88a396a1b1189576341cc1ad9d Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'examples/applicationmanager/launch-intents/launch-intents.pro')
-rw-r--r--examples/applicationmanager/launch-intents/launch-intents.pro31
1 files changed, 31 insertions, 0 deletions
diff --git a/examples/applicationmanager/launch-intents/launch-intents.pro b/examples/applicationmanager/launch-intents/launch-intents.pro
new file mode 100644
index 00000000..e6cd92f0
--- /dev/null
+++ b/examples/applicationmanager/launch-intents/launch-intents.pro
@@ -0,0 +1,31 @@
+TEMPLATE = app
+CONFIG += am-systemui
+
+OTHER_FILES += \
+ *.qml \
+ doc/images/*.png \
+ doc/src/*.qdoc \
+ apps/launch-intents.blue/*.yaml \
+ apps/launch-intents.blue/*.qml \
+ apps/launch-intents.blue/*.png \
+ apps/launch-intents.green/*.yaml \
+ apps/launch-intents.green/*.qml \
+ apps/launch-intents.green/*.png \
+ apps/launch-intents.red/*.yaml \
+ apps/launch-intents.red/*.qml \
+ apps/launch-intents.red/*.png \
+
+target.path = $$[QT_INSTALL_EXAMPLES]/applicationmanager/launch-intents
+INSTALLS += target
+
+AM_COPY_DIRECTORIES += apps
+AM_COPY_FILES += system-ui.qml
+
+prefix_build:tpath = $$target.path
+else:tpath = $$_PRO_FILE_PWD_
+
+AM_DEFAULT_ARGS=--builtin-apps-manifest-dir $$tpath/apps $$tpath/system-ui.qml
+
+example_sources.path = $$target.path
+example_sources.files = $$AM_COPY_FILES $$AM_COPY_DIRECTORIES
+INSTALLS += example_sources