summaryrefslogtreecommitdiffstats
path: root/qtconnectivity.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-12-18 16:59:43 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-12-21 07:37:26 +0000
commitf6c982457cb8458224d127a42aac80ae02c2c593 (patch)
tree4329f92486f5b65d3709e079cf9713362b990219 /qtconnectivity.pro
parentcd05e804d228b4bb861c803b47bd7b432a863044 (diff)
disable build on android if androidextras is absent
Change-Id: Iefea81376d0486aead874dad985e55f0b0af5d27 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'qtconnectivity.pro')
-rw-r--r--qtconnectivity.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtconnectivity.pro b/qtconnectivity.pro
index 82346519..5eb864b8 100644
--- a/qtconnectivity.pro
+++ b/qtconnectivity.pro
@@ -1,3 +1,5 @@
+require(!android|qtHaveModule(androidextras))
+
load(configure)
qtCompileTest(bluez)
qtCompileTest(bluez_le)