From d934116cc940c931e7823ab4dbe51f3e8a163e2b Mon Sep 17 00:00:00 2001 From: Sze Howe Koh Date: Sun, 16 Mar 2014 11:57:29 +0800 Subject: Qt Bluetooth: Show correct names when compiling the module Change-Id: I5f761cb428514d56fc88cd27def92defd3b83dd8 Reviewed-by: Alex Blasche --- src/bluetooth/bluetooth.pro | 4 ++-- 1 file 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 \ -- cgit v1.2.3