Commit 1fd8af1c authored by Eskil Abrahamsen Blomfeldt's avatar Eskil Abrahamsen Blomfeldt Committed by The Qt Project
Browse files

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: default avatarPaul Olav Tvete <paul.tvete@digia.com>
parent 3c63cedb
No related merge requests found
Showing with 1 addition and 1 deletion
TEMPLATE = subdirs
SUBDIRS += xmlpatterns xmlpatternsvalidator
!android|android_app: SUBDIRS += xmlpatterns xmlpatternsvalidator
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment