From af7ca1d1596f373ea4709759e6c378ad7677dcb7 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Tue, 18 Feb 2025 11:11:14 +0100 Subject: [PATCH] Mention QT_ANDROID_MULTI_ABI_FORWARD_VARS in QT_ANDROID_BUILD_ALL_ABIS docs Help users to navigate in docs. Pick-to: 6.8 6.5 Task-number: QTBUG-107893 Change-Id: I95774e03ba4027dad82ba652b3f119f19b9d6760 Reviewed-by: Leena Miettinen Reviewed-by: Assam Boudjelthia Reviewed-by: Alexandru Croitor (cherry picked from commit 4d6a2850ad72a9f4ca9eae49d543809c10e1fe0d) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/doc/src/cmake/cmake-configure-variables.qdoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc b/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc index 66032b54069..b2607e879b1 100644 --- a/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc +++ b/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc @@ -217,7 +217,13 @@ The auto-detected paths can be customized using one of \c{QT_PATH_ANDROID_ABI_} +\note The multi-ABI project build process does not offer a generic way to +forward the CMake cache variables that are specified either in the command line +or in another similar way. Use QT_ANDROID_MULTI_ABI_FORWARD_VARS to specify the +list of CMake variables to forward from the main ABI project to ABI-specific +subprojects. + +\sa{QT_PATH_ANDROID_ABI_},{QT_ANDROID_MULTI_ABI_FORWARD_VARS} */ /*!