summaryrefslogtreecommitdiffstats
path: root/mkspecs/android-clang/qmake.conf
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kde.org>2019-08-19 11:42:51 +0300
committerBogDan Vatra <bogdan@kde.org>2019-08-28 12:36:34 +0300
commit3db14b5bd38001eea3e61009c2b7c108eced54dc (patch)
tree8ecec0360b829af84d683bda09ee739368f98322 /mkspecs/android-clang/qmake.conf
parent3542fc4958918dc855f2e867eccb880daa621069 (diff)
Say hello to -android-abis configure param
This configure parameter is useful to compile Qt only for a selected ABIs. The old parameter, -android-arch, does the same thing, it's kept for compatibility. [ChangeLog][Android] -android-abis configure script parameter useful to compile Qt only for a selected Android ABIs. Change-Id: I1f418c7e0914dd83b98d763e8cd8c09841e20fdf Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'mkspecs/android-clang/qmake.conf')
-rw-r--r--mkspecs/android-clang/qmake.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/mkspecs/android-clang/qmake.conf b/mkspecs/android-clang/qmake.conf
index 8252f400a1..21847cdc7c 100644
--- a/mkspecs/android-clang/qmake.conf
+++ b/mkspecs/android-clang/qmake.conf
@@ -37,7 +37,9 @@ isEmpty(ANDROID_SDK_BUILD_TOOLS_REVISION) {
}
}
-ALL_ANDROID_ABIS = arm64-v8a armeabi-v7a x86_64 x86
+ALL_ANDROID_ABIS = $$(ALL_ANDROID_ABIS)
+isEmpty(ALL_ANDROID_ABIS): ALL_ANDROID_ABIS = $$DEFAULT_ANDROID_ABIS
+isEmpty(ALL_ANDROID_ABIS): ALL_ANDROID_ABIS = arm64-v8a armeabi-v7a x86_64 x86
CONFIG += $$ANDROID_PLATFORM