summaryrefslogtreecommitdiff
path: root/examples/applicationmanager/process-status/process-status.pro
blob: e2a794d0a1c560b455f7c0c873e2bf4a11dc9d9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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