summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2012-06-25 13:53:08 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-27 02:36:37 +0200
commitbc9bc3400ccecd9d7bcbbe5eee1fc49070874b4c (patch)
tree4a7ec2697a2adc1ed2e8c4394fe3f1bd321cccc7 /src/bluetooth/bluetooth.pro
parent2cf4fc7c63622326780646375cf4c7c2fd014345 (diff)
Split QBluetoothHostInfo from QBluetoothLocalDevice
Change-Id: I8bd9de956c62f93b509e877128b1822ebfef69bd Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 48bd05f7..59d4b70f 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -10,6 +10,7 @@ QT += concurrent
PUBLIC_HEADERS += \
qbluetoothaddress.h\
+ qbluetoothhostinfo.h \
qbluetoothuuid.h\
qbluetoothdeviceinfo.h\
qbluetoothserviceinfo.h\
@@ -28,6 +29,7 @@ PUBLIC_HEADERS += \
PRIVATE_HEADERS += \
qbluetoothaddress_p.h\
+ qbluetoothhostinfo_p.h \
qbluetoothdeviceinfo_p.h\
qbluetoothserviceinfo_p.h\
qbluetoothdevicediscoveryagent_p.h\
@@ -41,6 +43,7 @@ PRIVATE_HEADERS += \
SOURCES += \
qbluetoothaddress.cpp\
+ qbluetoothhostinfo.cpp \
qbluetoothuuid.cpp\
qbluetoothdeviceinfo.cpp\
qbluetoothserviceinfo.cpp\