From 84700da068430a781cb5beb94e1768a02d9ce9b5 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Fri, 18 Oct 2013 10:11:04 +0200 Subject: 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: BogDan Vatra --- src/src.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/src.pro b/src/src.pro index 6c78146bb..866a199e5 100644 --- a/src/src.pro +++ b/src/src.pro @@ -14,8 +14,8 @@ qtHaveModule(widgets) { } } -SUBDIRS += linguist \ - qtpaths +SUBDIRS += linguist +!android|android_app: SUBDIRS += qtpaths mac { SUBDIRS += macdeployqt -- cgit v1.2.1