summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/application-features/ui.pro
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@pelagicore.com>2019-07-31 10:10:18 +0200
committerBernd Weimer <bernd.weimer@pelagicore.com>2019-08-29 18:10:16 +0200
commitf8237e87f7e254120f6a20974fe18a723b1ec0a5 (patch)
tree1a74caf0402f6673ca3ea79f438b8dd6d97b4fca /examples/applicationmanager/application-features/ui.pro
parentf086c5e563fe4e414e0b4f2e10a0d071a33692d7 (diff)
Add application-features example
This example showcases client applications with various features, including a native application. Change-Id: Id7a8a40481b8b9503434f6576f3bf9f97b093435 Task-number: AUTOSUITE-1142 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples/applicationmanager/application-features/ui.pro')
-rw-r--r--examples/applicationmanager/application-features/ui.pro36
1 files changed, 36 insertions, 0 deletions
diff --git a/examples/applicationmanager/application-features/ui.pro b/examples/applicationmanager/application-features/ui.pro
new file mode 100644
index 00000000..7d9e85e6
--- /dev/null
+++ b/examples/applicationmanager/application-features/ui.pro
@@ -0,0 +1,36 @@
+TEMPLATE = app
+CONFIG += am-systemui
+
+OTHER_FILES += \
+ am-config.yaml \
+ application-features.qmlproject \
+ doc/src/*.qdoc \
+ doc/images/*.png \
+ system-ui/*.qml \
+ system-ui/*.png \
+ apps/compositor/*.yaml \
+ apps/compositor/*.qml \
+ apps/compositor/*.png \
+ apps/crash/*.yaml \
+ apps/crash/*.qml \
+ apps/crash/*.png \
+ apps/twins/*.yaml \
+ apps/twins/*.qml \
+ apps/twins/*.png \
+ apps/widgets/*.yaml \
+ apps/widgets/*.png
+
+target.path = $$[QT_INSTALL_EXAMPLES]/applicationmanager/application-features
+INSTALLS += target
+
+AM_COPY_DIRECTORIES += apps system-ui
+AM_COPY_FILES += am-config.yaml
+
+prefix_build:tpath = $$target.path
+else:tpath = $$OUT_PWD
+
+AM_DEFAULT_ARGS = -c $$tpath/am-config.yaml
+
+example_sources.path = $$target.path
+example_sources.files = $$AM_COPY_FILES $$AM_COPY_DIRECTORIES doc
+INSTALLS += example_sources