summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-03-24 11:43:22 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-24 13:09:42 +0100
commita6adc6b0bf3fcbe2cf807573797fe80b4ec62957 (patch)
tree3ff24cf827b67882497aa8f7442256ccbe38696f /src/src.pro
parentfa112d5f662145fb3f6ed104a0bfd32ea0bf03b4 (diff)
Remove building of doc snippets on Android
The snippets are built to ensure they remain in a compilable state. Unfortunately Android's install target installs them to /lib which is not desirable. The remaining targets are sufficient to check the state. Task-number: QTBUG-37638 Change-Id: I4bd1b58ad6d7e5bfbb8c1e08d48834049ec9d48e Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/src.pro b/src/src.pro
index e2ed3c88..6ab12bda 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -3,13 +3,15 @@ TEMPLATE = subdirs
SUBDIRS += bluetooth nfc
android: SUBDIRS += android
-bluetooth_doc_snippets.subdir = bluetooth/doc/snippets
-bluetooth_doc_snippets.depends = bluetooth
-SUBDIRS += bluetooth_doc_snippets
+!android {
+ bluetooth_doc_snippets.subdir = bluetooth/doc/snippets
+ bluetooth_doc_snippets.depends = bluetooth
+ SUBDIRS += bluetooth_doc_snippets
-nfc_doc_snippets.subdir = nfc/doc/snippets
-nfc_doc_snippets.depends = nfc
-SUBDIRS += nfc_doc_snippets
+ nfc_doc_snippets.subdir = nfc/doc/snippets
+ nfc_doc_snippets.depends = nfc
+ SUBDIRS += nfc_doc_snippets
+}
qtHaveModule(quick) {
imports.depends += bluetooth nfc