summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/multi-views/multi-views.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/applicationmanager/multi-views/multi-views.pro')
-rw-r--r--examples/applicationmanager/multi-views/multi-views.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/applicationmanager/multi-views/multi-views.pro b/examples/applicationmanager/multi-views/multi-views.pro
new file mode 100644
index 00000000..82c6fece
--- /dev/null
+++ b/examples/applicationmanager/multi-views/multi-views.pro
@@ -0,0 +1,21 @@
+TEMPLATE = app
+CONFIG += am-systemui
+
+OTHER_FILES += \
+ am-config.yaml \
+ system-ui/*.qml \
+ apps/tld.multi-views.app/*.yaml \
+ apps/tld.multi-views.app/*.qml \
+ apps/tld.multi-views.app/*.png \
+
+target.path = $$[QT_INSTALL_EXAMPLES]/applicationmanager/multi-views
+INSTALLS += target
+
+AM_COPY_DIRECTORIES += apps system-ui
+AM_COPY_FILES += am-config.yaml
+
+AM_DEFAULT_ARGS=-c am-config.yaml --start-session-dbus --verbose -r
+
+example_sources.path = $$target.path
+example_sources.files = $$AM_COPY_FILES $$AM_COPY_DIRECTORIES
+INSTALLS += example_sources