diff options
author | BogDan Vatra <bogdan@kde.org> | 2019-08-19 11:42:51 +0300 |
---|---|---|
committer | BogDan Vatra <bogdan@kde.org> | 2019-08-28 12:36:34 +0300 |
commit | 3db14b5bd38001eea3e61009c2b7c108eced54dc (patch) | |
tree | 8ecec0360b829af84d683bda09ee739368f98322 /configure.json | |
parent | 3542fc4958918dc855f2e867eccb880daa621069 (diff) | |
download | qtbase-3db14b5bd38001eea3e61009c2b7c108eced54dc.tar.gz |
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 'configure.json')
-rw-r--r-- | configure.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.json b/configure.json index 6a7b5924cd..c6ea80b076 100644 --- a/configure.json +++ b/configure.json @@ -51,6 +51,7 @@ "translationdir": "string", "android-arch": "string", + "android-abis": "string", "android-ndk": "string", "android-ndk-host": "string", "android-ndk-platform": "string", |