summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2013-08-02 18:09:20 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-29 14:06:54 +0200
commitd8d903826daa8db49e437b76fb80693ab8feb01e (patch)
tree8e794636168a3955a5f33c8dbb5a51b11a285b2c /src/bluetooth/bluetooth.pro
parentbfc49d07b0638927aca3cf63238a80f98ee516a7 (diff)
Merge QRfcommServer and QL2capServer to QBluetoothServer
Task-number: QTBUG-32722 Change-Id: Ia75ad5af2f81b737a8cca09dba919a7dc0fa0f8a Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro20
1 files changed, 7 insertions, 13 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index ebf9bcec..1415b851 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -17,8 +17,7 @@ PUBLIC_HEADERS += \
qbluetoothdevicediscoveryagent.h\
qbluetoothservicediscoveryagent.h\
qbluetoothsocket.h\
- qrfcommserver.h \
- ql2capserver.h \
+ qbluetoothserver.h \
qbluetooth.h \
qbluetoothlocaldevice.h \
qbluetoothtransfermanager.h \
@@ -33,8 +32,7 @@ PRIVATE_HEADERS += \
qbluetoothdevicediscoveryagent_p.h\
qbluetoothservicediscoveryagent_p.h\
qbluetoothsocket_p.h\
- qrfcommserver_p.h \
- ql2capserver_p.h \
+ qbluetoothserver_p.h\
qbluetoothtransferreply_p.h \
qbluetoothtransferrequest_p.h \
qprivatelinearbuffer_p.h \
@@ -49,8 +47,7 @@ SOURCES += \
qbluetoothdevicediscoveryagent.cpp\
qbluetoothservicediscoveryagent.cpp\
qbluetoothsocket.cpp\
- qrfcommserver.cpp \
- ql2capserver.cpp \
+ qbluetoothserver.cpp \
qbluetoothlocaldevice.cpp \
qbluetooth.cpp \
qbluetoothtransfermanager.cpp \
@@ -71,11 +68,10 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothdevicediscoveryagent_bluez.cpp\
qbluetoothservicediscoveryagent_bluez.cpp \
qbluetoothsocket_bluez.cpp \
- qrfcommserver_bluez.cpp \
+ qbluetoothserver_bluez.cpp \
qbluetoothlocaldevice_bluez.cpp \
qbluetoothtransferreply_bluez.cpp \
- qbluetoothtransfermanager_bluez.cpp \
- ql2capserver_bluez.cpp
+ qbluetoothtransfermanager_bluez.cpp
} else:qnx{
DEFINES += QT_QNX_BLUETOOTH #BT_BBPPSDEBUG
@@ -91,8 +87,7 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothserviceinfo_qnx.cpp \
qbluetoothservicediscoveryagent_qnx.cpp \
qbluetoothsocket_qnx.cpp \
- ql2capserver_p.cpp \
- qrfcommserver_qnx.cpp \
+ qbluetoothserver_qnx.cpp \
qbluetoothtransfermanager_qnx.cpp \
qbluetoothtransferreply_qnx.cpp
@@ -105,8 +100,7 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothserviceinfo_p.cpp \
qbluetoothservicediscoveryagent_p.cpp \
qbluetoothsocket_p.cpp \
- ql2capserver_p.cpp \
- qrfcommserver_p.cpp \
+ qbluetoothserver_p.cpp \
qbluetoothtransfermanager_p.cpp
}