summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/process-status/process-status.pro
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2019-01-14 16:30:38 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2019-01-15 08:56:23 +0000
commitd6f4a9e53bace41d8d902ff41112d9b67d290a49 (patch)
tree01c88363dc25c91321534f510309abec39e8ca6f /examples/applicationmanager/process-status/process-status.pro
parentfce1eaec83a1b42c56f2949cb73d42576c479c5a (diff)
Add a runtime warning on non-Linux platforms to both monitoring examples
Non-Linux platforms will not generate all required cpu/memory stats to get useful output and graphs in these examples. Disabling the examples via qmake would have been an option, but would have led to problems with the examples' documentation. Change-Id: Id195187961d10c68e4611517f72ec54d2ecba7b9 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'examples/applicationmanager/process-status/process-status.pro')
-rw-r--r--examples/applicationmanager/process-status/process-status.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/applicationmanager/process-status/process-status.pro b/examples/applicationmanager/process-status/process-status.pro
index e2a794d0..f72ad26c 100644
--- a/examples/applicationmanager/process-status/process-status.pro
+++ b/examples/applicationmanager/process-status/process-status.pro
@@ -1,6 +1,21 @@
TEMPLATE = app
CONFIG += am-systemui
+OTHER_FILES += \
+ am-config.yaml \
+ system-ui/*.qml \
+ doc/images/*.png \
+ doc/src/*.qdoc \
+ apps/process-status.cpu-hog/*.yaml \
+ apps/process-status.cpu-hog/*.qml \
+ apps/process-status.cpu-hog/*.png \
+ apps/process-status.mem-hog/*.yaml \
+ apps/process-status.mem-hog/*.qml \
+ apps/process-status.mem-hog/*.png \
+ apps/process-status.slim/*.yaml \
+ apps/process-status.slim/*.qml \
+ apps/process-status.slim/*.png \
+
target.path = $$[QT_INSTALL_EXAMPLES]/applicationmanager/process-status
INSTALLS += target