summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/src.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index c5585757..97b32522 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,7 +1,10 @@
TEMPLATE = subdirs
SUBDIRS += bluetooth nfc
-android: SUBDIRS += android
+android {
+ SUBDIRS += android
+ android.depends += bluetooth nfc
+}
contains(QT_CONFIG, private_tests) {
bluetooth_doc_snippets.subdir = bluetooth/doc/snippets