summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/intents/intents.pro
blob: dd57e0ef7b3937f05feabc6e13e53cfe56756df0 (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 += \
    *.qml \
    doc/images/*.png \
    doc/src/*.qdoc \
    shared/*.qml \
    apps/intents.blue/*.yaml \
    apps/intents.blue/*.qml \
    apps/intents.blue/*.png \
    apps/intents.green/*.yaml \
    apps/intents.green/*.qml \
    apps/intents.green/*.png \
    apps/intents.red/*.yaml \
    apps/intents.red/*.qml \
    apps/intents.red/*.png \

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

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

prefix_build:tpath = $$target.path
else:tpath = $$_PRO_FILE_PWD_

AM_DEFAULT_ARGS = -c $$tpath/am-config.yaml

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