summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/launch-intents/launch-intents.pro
diff options
context:
space:
mode:
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