From 50e7588d6d2b4a21b2c4aebc0417b5cfcd8a9c03 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Mon, 16 Jun 2014 12:27:55 +0200 Subject: 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 --- qtconnectivity.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'qtconnectivity.pro') 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) -- cgit v1.2.3