QT_ANDROID_ABIS

Liste der ABIs, für die Pakete eines einzelnen Ziels gebaut werden.

Diese Eigenschaft wurde in Qt 6.3 eingeführt.

Hinweis: Diese Eigenschaft befindet sich in der Technologievorschau und kann sich in zukünftigen Versionen ändern.

Hinweis: Diese Eigenschaft wird nur verwendet, wenn die Android-Plattform angestrebt wird.

Durch Setzen der Eigenschaft QT_ANDROID_ABIS für ein Ziel ist es möglich, die Liste der ABIs zu kontrollieren, für die die einzelnen Zielpakete gebaut werden sollen. Die unterstützten ABIs sind armeabi-v7a, arm64-v8a, x86, x86_64. Die Eigenschaft wirkt sich nur auf Ziele aus, die mit qt_add_executable() erstellt wurden.

Siehe auch QT_ANDROID_ABIS und QT_ANDROID_BUILD_ALL_ABIS.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.