Commit 84700da0 authored by Eskil Abrahamsen Blomfeldt's avatar Eskil Abrahamsen Blomfeldt Committed by The Qt Project
Browse files

Android: Remove non-host tools


Command line applications for target architecture does not work on
Android, since apps there are Java applications which call into a
shared library. Thus, these command line tools which are not built for
host architecture are not usable in a SUBDIRS build. They need to be
built and deployed separately in apk packages.

Change-Id: Ia7322ee143a1b73ac40459f078e9f51a4e29a3ab
Reviewed-by: default avatarBogDan Vatra <bogdan@kde.org>
parent 3dcf8500
No related merge requests found
Showing with 2 additions and 2 deletions
......@@ -14,8 +14,8 @@ qtHaveModule(widgets) {
}
}
SUBDIRS += linguist \
qtpaths
SUBDIRS += linguist
!android|android_app: SUBDIRS += qtpaths
mac {
SUBDIRS += macdeployqt
......
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