summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-06-18 13:40:00 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-06-19 11:11:33 +0200
commitfd8a98a49b4fd8dfd0f10eae00f8abfe275826a2 (patch)
treeff430287468afb7fa7a545d1241c6b6a6a22a094 /src/bluetooth/bluetooth.pro
parent243db8a80ff4cfeba5eda13f900fd11e1144e367 (diff)
Unify the shared data types between controller and service class
This reduces the overhead and simplifies the data structures Change-Id: Iddf184a6d3de5ac253c889f2223a09f2fe08ce15 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index e2663df0..cceceea2 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -49,7 +49,8 @@ PRIVATE_HEADERS += \
qlowenergyprocess_p.h \
qlowenergydescriptorinfo_p.h \
qlowenergycontroller_p.h \
- qlowenergycontrollernew_p.h
+ qlowenergycontrollernew_p.h \
+ qlowenergyserviceprivate_p.h
SOURCES += \
qbluetoothaddress.cpp\
@@ -71,7 +72,8 @@ SOURCES += \
qlowenergycharacteristicinfo.cpp \
qlowenergydescriptorinfo.cpp \
qlowenergycontroller.cpp \
- qlowenergycontrollernew.cpp
+ qlowenergycontrollernew.cpp \
+ qlowenergyserviceprivate.cpp
config_bluez:qtHaveModule(dbus) {
QT *= dbus
@@ -187,3 +189,4 @@ config_bluez:qtHaveModule(dbus) {
OTHER_FILES +=
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
+