summaryrefslogtreecommitdiffstats
path: root/src/tools/launcher-qml/launcher-qml.pro
blob: dc246df22bba9544bcd758e8f91ccd78adb2f2c6 (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
TARGET   = appman-launcher-qml

load(am-config)

QT = qml dbus core-private
!headless:QT += quick gui gui-private quick-private
QT *= \
    appman_common-private \
    appman_monitor-private \
    appman_notification-private \
    appman_application-private \
    appman_plugininterfaces-private \
    appman_launcher-private \

HEADERS += \
    launcher-qml_p.h

SOURCES += \
    launcher-qml.cpp \

load(qt_tool)

load(install-prefix)