summaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: f665983ae78c68fe9e3b1969f86f78f1b9572b34 (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
TEMPLATE = lib
TARGET = dbusplugin
QT += quick dbus
CONFIG += qt plugin

DESTDIR = ../qml/com/pelagicore/dbus

HEADERS += \
    dbusplugin.h \
    dbusinterface.h \
    dbusreply.h \
    qdbusinterfacewrapper.h \
    dbus.h

SOURCES += \
    dbusplugin.cpp \
    dbusinterface.cpp \
    dbusreply.cpp \
    qdbusinterfacewrapper.cpp \
    dbus.cpp

OTHER_FILES += \
    ../qml/com/pelagicore/dbus/qmldir \
    dbusplugin.json

qmldir.files = ../qml/com/pelagicore/dbus/qmldir

target.path = $$[QT_INSTALL_QML]/com/pelagicore/dbus
qmldir.path = $$[QT_INSTALL_QML]/com/pelagicore/dbus

INSTALLS+= qmldir target