Android: add ANDROID_ABIS qmake snippet

Add snippet on how to use ANDROID_ABIS inside the .pro file.

Pick-to: 5.15
Task-number: QTCREATORBUG-24014
Change-Id: Id3bb960c04ea6480b06878121ad33f89c03e5642
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Assam Boudjelthia 2020-05-12 11:27:22 +03:00
parent 2246f270ff
commit 4ff5c8b954

View File

@ -923,10 +923,20 @@
Specifies a list of Android target ABIs. Valid values are: armeabi-v7a,
arm64-v8a, x86, x86_64.
You can provide the ABIs as a qmake argument:
\badcode
qmake ANDROID_ABIS="armeabi-v7a arm64-v8a"
\endcode
Or directly in the \c .pro file:
\badcode
ANDROID_ABIS = \
armeabi-v7a \
arm64-v8a
\endcode
\target ANDROID_API_VERSION
\section1 ANDROID_API_VERSION