summaryrefslogtreecommitdiff
path: root/sapd.pro
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-11-16 16:40:06 +0100
committerJavier <dev.git@javispedro.com>2014-11-16 16:40:06 +0100
commit5244f7909e04b23fbd5706dc6bcadafba21f7600 (patch)
tree88d8730dc70b68586d2d31845dc51eead9e526cb /sapd.pro
parentd8d8fc7a0d139e7b864eee3b573bd208f823ad4f (diff)
downloadsapd-5244f7909e04b23fbd5706dc6bcadafba21f7600.tar.gz
sapd-5244f7909e04b23fbd5706dc6bcadafba21f7600.zip
initial notification support
Diffstat (limited to 'sapd.pro')
-rw-r--r--sapd.pro9
1 files changed, 7 insertions, 2 deletions
diff --git a/sapd.pro b/sapd.pro
index 7b5a154..ee30305 100644
--- a/sapd.pro
+++ b/sapd.pro
@@ -48,7 +48,9 @@ SOURCES += main.cc \
sapconnectionrequest.cc \
capabilitypeer.cc \
hostmanageragent.cc \
- hostmanagerconn.cc
+ hostmanagerconn.cc \
+ notificationagent.cc \
+ notificationconn.cc
HEADERS += \
sapbtlistener.h \
@@ -70,4 +72,7 @@ HEADERS += \
sapconnectionrequest.h \
capabilitypeer.h \
hostmanageragent.h \
- hostmanagerconn.h
+ hostmanagerconn.h \
+ notificationagent.h \
+ notificationconn.h \
+ endianhelpers.h