summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/monitor/monitor.pro
blob: 8a93c3bd87dbb821132bba08c91cbcfa7849abfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEMPLATE = app
CONFIG += am-systemui

OTHER_FILES += \
    am-config.yaml \
    monitor.qmlproject \
    doc/src/*.qdoc \
    doc/images/*.png \
    system-ui/*.qml \
    apps/tld.monitor.app/*.yaml \
    apps/tld.monitor.app/*.qml

target.path = $$[QT_INSTALL_EXAMPLES]/applicationmanager/monitor
INSTALLS += target

AM_COPY_DIRECTORIES += apps system-ui
AM_COPY_FILES += am-config.yaml

AM_DEFAULT_ARGS=-c am-config.yaml --start-session-dbus --verbose

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