summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2012-11-22 14:51:36 +0100
committerPeter Hartmann <phartmann@rim.com>2012-11-23 09:52:52 +0100
commit32a288f9e0271f63dfc26903726d661d127525d0 (patch)
tree05c20540fcbac847035100a9c7c65430bdbb976b /src/bluetooth/bluetooth.pro
parent15507c6b3dff39e648a33d1cd2f0d2724ef35c9b (diff)
QXN Adding service info
I also had to move the qbluetoothserviceinfo_p.h to the global header files Change-Id: Id394c09f7d6d3daf4d86a2e6a54a4a3a34aa73cc Reviewed-by: Alex <ablasche@gmail.com>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index e61b0b3a..8d6339c1 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -37,7 +37,8 @@ PRIVATE_HEADERS += \
ql2capserver_p.h \
qbluetoothtransferreply_p.h \
qbluetoothtransferrequest_p.h \
- qprivatelinearbuffer_p.h
+ qprivatelinearbuffer_p.h \
+ qbluetoothlocaldevice_p.h
SOURCES += \
qbluetoothaddress.cpp\
@@ -65,8 +66,7 @@ config_bluez:contains(QT_CONFIG, dbus) {
include(bluez/bluez.pri)
PRIVATE_HEADERS += \
- qbluetoothtransferreply_bluez_p.h \
- qbluetoothlocaldevice_p.h
+ qbluetoothtransferreply_bluez_p.h
SOURCES += \
qbluetoothserviceinfo_bluez.cpp \
@@ -87,7 +87,7 @@ config_bluez:contains(QT_CONFIG, dbus) {
SOURCES += \
qbluetoothdevicediscoveryagent_qnx.cpp \
qbluetoothlocaldevice_qnx.cpp \
- qbluetoothserviceinfo_p.cpp \
+ qbluetoothserviceinfo_qnx.cpp \
qbluetoothservicediscoveryagent_qnx.cpp \
qbluetoothsocket_qnx.cpp \
ql2capserver_p.cpp \