~zeller-benjamin/mapplauncherd-booster-ui-toolkit/trunk

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
TEMPLATE = app
TARGET = booster-ubuntu-components

QT += qml quick concurrent
qml.files = qml/preload.qml

CONFIG += qdeclarative-boostable

target.path = /usr/bin
qml.path = /usr/share/$${TARGET}/

systemd_service.path = /usr/lib/systemd/user/
systemd_service.files = data/$${TARGET}.service

upstart_service.path = /usr/share/upstart/sessions
upstart_service.files = data/$${TARGET}.conf

INSTALLS += target qml systemd_service upstart_service

LIBS += -lapplauncherd
INCLUDEPATH += /usr/include/applauncherd/

SOURCES += src/qmlbooster.cpp src/eventhandler.cpp
HEADERS += src/qmlbooster.h src/eventhandler.h
OTHER_FILES += qml/preload.qml qml-qt5/preload.qml