summaryrefslogtreecommitdiff
path: root/examples/applicationmanager/process-status/process-status.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/applicationmanager/process-status/process-status.pro')
-rw-r--r--examples/applicationmanager/process-status/process-status.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/applicationmanager/process-status/process-status.pro b/examples/applicationmanager/process-status/process-status.pro
new file mode 100644
index 00000000..e2a794d0
--- /dev/null
+++ b/examples/applicationmanager/process-status/process-status.pro
@@ -0,0 +1,17 @@
+TEMPLATE = app
+CONFIG += am-systemui
+
+target.path = $$[QT_INSTALL_EXAMPLES]/applicationmanager/process-status
+INSTALLS += target
+
+AM_COPY_DIRECTORIES += apps system-ui
+AM_COPY_FILES += am-config.yaml
+
+prefix_build:tpath = $$target.path
+else:tpath = $$_PRO_FILE_PWD_
+
+AM_DEFAULT_ARGS = -c $$tpath/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