summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
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
+