From b582af63040620bf5b67ebfb2c89d17297a283e3 Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Thu, 4 Jul 2019 14:09:45 +0200 Subject: 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 --- src/bluetooth/bluetooth.pro | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/bluetooth/bluetooth.pro') 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 -- cgit v1.2.3