summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-10-11 10:39:36 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-11 12:08:26 +0200
commit1fd8af1c9e6bca1180f2193aa26d1d01df817395 (patch)
tree556e8398244765fd83c946369cd3f25d656e1b23
parent3c63cedb5d3defd831eb2d8bfdeb883121737ef3 (diff)
downloadqtxmlpatterns-1fd8af1c9e6bca1180f2193aa26d1d01df817395.tar.gz
Android: Skip tools built for target architecturev5.2.0-beta1
Android apps require packaging to be usable, so they need to be built individually, not as part of the subdirs build. The build would fail during make install due to this. Task-number: QTBUG-34023 Change-Id: If7627dcdc15334f82c454c6a2a19501fcc6bc970 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
-rw-r--r--tools/tools.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index c2f1352..121bed8 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS += xmlpatterns xmlpatternsvalidator
+!android|android_app: SUBDIRS += xmlpatterns xmlpatternsvalidator