summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2014-03-16 11:57:29 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-18 12:50:15 +0100
commitd934116cc940c931e7823ab4dbe51f3e8a163e2b (patch)
treecd1a27990791f68f5d7a8b392c64f5c0dfaa33ff
parentdc1d469a2f6e5773dfb3d29227de07fbed7504dd (diff)
Qt Bluetooth: Show correct names when compiling the module
Change-Id: I5f761cb428514d56fc88cd27def92defd3b83dd8 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
-rw-r--r--src/bluetooth/bluetooth.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 44d2444c..9caaf794 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -116,8 +116,8 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothserver_android.cpp
} else {
- message("Unsupported bluetooth platform, will not build a working QBluetooth library")
- message("Either no Qt dBus found or no Bluez headers")
+ message("Unsupported Bluetooth platform, will not build a working QtBluetooth library.")
+ message("Either no Qt D-Bus found or no BlueZ headers.")
SOURCES += \
qbluetoothdevicediscoveryagent_p.cpp \
qbluetoothlocaldevice_p.cpp \