summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-10-18 10:11:04 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-18 14:59:17 +0200
commit84700da068430a781cb5beb94e1768a02d9ce9b5 (patch)
treea418708fe87c3b37a3cc0a46b14c9ab762f22c74
parent3dcf8500f4760ba002327a598230811e2fb5d4f4 (diff)
Android: Remove non-host toolsv5.2.0-beta1
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 <bogdan@kde.org>
-rw-r--r--src/src.pro4
1 files 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