Android: recommend against using ANDROID_ABIS inside the project file
Pick-to: 5.15 Task-number: QTCREATORBUG-24674 Change-Id: Iad6baa1af61d3d1a44f26cb9d51e3cb97d235707 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
625bb2f76a
commit
0d6a14bbd9
@ -921,13 +921,9 @@
|
|||||||
qmake ANDROID_ABIS="armeabi-v7a arm64-v8a"
|
qmake ANDROID_ABIS="armeabi-v7a arm64-v8a"
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
Or directly in the \c .pro file:
|
\note It is possible to use this variable inside the *.pro file, however,
|
||||||
|
it is not recommended since it will override any ABIs specified on the
|
||||||
\badcode
|
\c qmake command line.
|
||||||
ANDROID_ABIS = \
|
|
||||||
armeabi-v7a \
|
|
||||||
arm64-v8a
|
|
||||||
\endcode
|
|
||||||
|
|
||||||
\target ANDROID_API_VERSION
|
\target ANDROID_API_VERSION
|
||||||
\section1 ANDROID_API_VERSION
|
\section1 ANDROID_API_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user