mirror of https://github.com/qt/qtdoc.git
Docs: Change armv7a to armeabi-v7a
When trying to configure a Qt for Android kit for armv7a ABI, if using the name as listed on https://doc.qt.io/qt-6/android-building.html#architectures "armv7a" it will result in an "unknown Android ABI" error. The actual name you need to pass to configure for android-abis is "armeabi-v7a". Fixes: QTBUG-111914 Pick-to: 6.5 Change-Id: I3f185fa18eaab25a635e2f554a1b8e88c15a8ce4 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
parent
64d8e78612
commit
295a249546
|
@ -79,7 +79,7 @@ The following configurations are supported in this Qt release:
|
|||
\table 80%
|
||||
\header \li Distribution \li Architecture \li Compiler \li Notes
|
||||
\row \li Android 8.0 or later (API level 26 or higher)
|
||||
\li \c armv7a, \c x86, \c arm64-v8, and \c x86_64
|
||||
\li \c armeabi-v7a, \c x86, \c arm64-v8, and \c x86_64
|
||||
\li Clang 14.0.6 (NDK r25b) as provided by Google
|
||||
\li For JDK versions see \l{Java Development Kit (JDK)}
|
||||
\endtable
|
||||
|
|
Loading…
Reference in New Issue