summaryrefslogtreecommitdiff
path: root/app/app.pro
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-12-02 23:33:19 +0100
committerJavier <dev.git@javispedro.com>2014-12-02 23:33:19 +0100
commitc35a3a9bea759cadf1e975a2a62e50789cad096c (patch)
tree0e8b48fdb8bf07226b18a87f312631debbf41383 /app/app.pro
parent81f91639969de0f3852a3fe73db13b4cb0ecf3b4 (diff)
define new D-Bus interface, use qmake to generate adaptors/interfaces
also slightly clean up the way d-bus is handled both in daemon and UI
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro
index e08fa87..e0ff449 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -14,6 +14,8 @@ SOURCES += \
HEADERS += \
pebbledinterface.h
+DBUS_INTERFACES += ../org.pebbled.Watch.xml
+
OTHER_FILES += \
qml/cover/CoverPage.qml \
qml/pages/ManagerPage.qml \