summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro
new file mode 100644
index 0000000..f665983
--- /dev/null
+++ b/src/src.pro
@@ -0,0 +1,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