summaryrefslogtreecommitdiffstats
path: root/qtconnectivity.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-06-16 12:27:55 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-06-16 14:17:42 +0200
commit50e7588d6d2b4a21b2c4aebc0417b5cfcd8a9c03 (patch)
treefdc93854fb3614f8557a4b53ce983ac9c09c78e0 /qtconnectivity.pro
parent680537e519c859c79251da94fa15740d87b5ca35 (diff)
Provide guarding against non-BTLE enabled versions of Bluez
This disables the gatttool based controller as well. While it might compile on older systems they are likely to not have a gatttool and why would a Bluez version without BTLE symbols ever work anyway. Change-Id: I761e482d3dd1e99008c5d170053e19a1a3a51e6c Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'qtconnectivity.pro')
-rw-r--r--qtconnectivity.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtconnectivity.pro b/qtconnectivity.pro
index e2a73944..365c4104 100644
--- a/qtconnectivity.pro
+++ b/qtconnectivity.pro
@@ -1,5 +1,6 @@
load(configure)
qtCompileTest(bluez)
+qtCompileTest(bluez_le)
qtCompileTest(btapi10_2_1)
qtCompileTest(libbb2)
load(qt_parts)