summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/process-status/process-status.pro
blob: 3c96e909cf461ce7705bc162153a74f555a99a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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

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 --verbose

example_sources.path = $$target.path
example_sources.files = $$AM_COPY_FILES $$AM_COPY_DIRECTORIES
INSTALLS += example_sources