From 15bcf03f3ed8c27a0f2c6a60abdfa546576ab58e Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Mon, 7 Feb 2022 13:09:26 +0100 Subject: [PATCH] Mention that the QT_ANDROID_ABIS property only affects executable targets Pick-to: 6.3 Task-number: QTBUG-100208 Change-Id: I3ca0a2b74f87557772fd7ac34f280ec1b2344dd1 Reviewed-by: Alexandru Croitor Reviewed-by: Leena Miettinen --- src/corelib/doc/src/cmake/cmake-properties.qdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/corelib/doc/src/cmake/cmake-properties.qdoc b/src/corelib/doc/src/cmake/cmake-properties.qdoc index c8c504a4ec..95df23f66a 100644 --- a/src/corelib/doc/src/cmake/cmake-properties.qdoc +++ b/src/corelib/doc/src/cmake/cmake-properties.qdoc @@ -251,6 +251,8 @@ For more information, see \l{Android: App Versioning}{Android App Versioning}. By setting the \c{QT_ANDROID_ABIS} property for a target, it's possible to control the list of ABIs that the single target packages are supposed to be built for. \include cmake-android-supported-abis.qdocinc +The property only affects targets created with +\l{qt6_add_executable}{qt_add_executable()}. \sa{cmake-variable-QT_ANDROID_ABIS}{QT_ANDROID_ABIS}, {QT_ANDROID_BUILD_ALL_ABIS} */