summaryrefslogtreecommitdiffstats
path: root/examples/monitor/monitor.pro
blob: 051063363cb738f0e0e09ab0ed01463d5da12833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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]/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