summaryrefslogtreecommitdiffstats
path: root/wayland/democompositor/democompositor.pro
blob: ff9f2b461eb1181401ed0833a2001b8cc13f504e (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
QT += gui qml

SOURCES += \
    main.cpp \
    processlauncher.cpp

OTHER_FILES = \
    qml/main.qml \
    qml/Screen.qml \
    qml/Chrome.qml \
    qml/LaunchButton.qml \
    qml/MyButton.qml \
    qml/TimedButton.qml

RESOURCES += democompositor.qrc

HEADERS += \
    processlauncher.h

# include modules
include(apps/apps.pri)

INSTALLS += target apps
target.path = /data/user/$$TARGET

# TODO. How does /data/user/$$TARGET map to QStandardPaths
apps.path = /data/user/$$TARGET/apps/
apps.files = apps/files/*.app