summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/process-status
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2019-10-19 00:15:08 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2019-11-07 16:42:13 +0100
commita69651ca9b3cccc4f48dfa5695498149d6bfdc43 (patch)
treea61d73a0abc23742a3721a5d0e21cf6f426753e3 /examples/applicationmanager/process-status
parent18bf370fb0e510fb3ed516818f793523153204bb (diff)
Fully transparent and generic cache for config and app database
The existing caching mechanism for config files was abstracted and extended, so that it could be re-used to parse and cache the info.yaml files. This results in a much more robust application database and should get rid of 99.9% of all the -r/--recreate-database option usages. Change-Id: Ic37fcd3b0e55d481712d469b6e331b9c433a9c5d Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'examples/applicationmanager/process-status')
-rw-r--r--examples/applicationmanager/process-status/process-status.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/applicationmanager/process-status/process-status.pro b/examples/applicationmanager/process-status/process-status.pro
index ac1576c6..3c96e909 100644
--- a/examples/applicationmanager/process-status/process-status.pro
+++ b/examples/applicationmanager/process-status/process-status.pro
@@ -25,7 +25,7 @@ AM_COPY_FILES += am-config.yaml
prefix_build:tpath = $$target.path
else:tpath = $$_PRO_FILE_PWD_
-AM_DEFAULT_ARGS = -c $$tpath/am-config.yaml --verbose -r
+AM_DEFAULT_ARGS = -c $$tpath/am-config.yaml --verbose
example_sources.path = $$target.path
example_sources.files = $$AM_COPY_FILES $$AM_COPY_DIRECTORIES