summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/multi-views/multi-views.pro
blob: 2cff5f665dad9112d43e8133ff1ff7c10b590dc5 (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
TEMPLATE = app
CONFIG += am-systemui

OTHER_FILES += \
    am-config.yaml \
    system-ui/*.qml \
    apps/tld.multi-views.app/*.yaml \
    apps/tld.multi-views.app/*.qml \
    apps/tld.multi-views.app/*.png \

target.path = $$[QT_INSTALL_EXAMPLES]/applicationmanager/multi-views
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 -r

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