summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2019-07-04 14:09:45 +0200
committerAlex Blasche <alexander.blasche@qt.io>2019-07-05 09:17:42 +0000
commitb582af63040620bf5b67ebfb2c89d17297a283e3 (patch)
treebf5ac4eac3cde568215e23f905431a546dee3949 /src/bluetooth/bluetooth.pro
parent183327bc16b97276b39479e4257b112037175930 (diff)
QBluetoothServer - cleanup and de-duplicate code
Some code can be re-used from the shared public implementation. *_osx_p.h is not needed either. Task-number: QTBUG-75348 Change-Id: If373b74edebe9a9db90e820016cf779a1726baed Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 974d8e8a..0b14357d 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -171,7 +171,6 @@ qtConfig(bluez) {
qlowenergycontroller_darwin.mm
PRIVATE_HEADERS += qbluetoothsocket_osx_p.h \
- qbluetoothserver_osx_p.h \
qbluetoothtransferreply_osx_p.h \
qlowenergycontroller_darwin_p.h
@@ -179,7 +178,6 @@ qtConfig(bluez) {
SOURCES -= qbluetoothservicediscoveryagent.cpp
SOURCES -= qbluetoothsocket.cpp
SOURCES -= qbluetoothsocketbase.cpp
- SOURCES -= qbluetoothserver.cpp
} else:ios|tvos {
DEFINES += QT_IOS_BLUETOOTH
LIBS_PRIVATE += -framework Foundation -framework CoreBluetooth