From 1fd8af1c9e6bca1180f2193aa26d1d01df817395 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Fri, 11 Oct 2013 10:39:36 +0200 Subject: Android: Skip tools built for target architecture 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 --- tools/tools.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1