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 <riitta-leena.miettinen@qt.io>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 4d6a2850ad72a9f4ca9eae49d543809c10e1fe0d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Alexey Edelev 2025-02-18 11:11:14 +01:00 committed by Qt Cherry-pick Bot
parent 56993ad559
commit af7ca1d159

View File

@ -217,7 +217,13 @@ The auto-detected paths can be customized using one of \c{QT_PATH_ANDROID_ABI_<A
The variable is set to \c FALSE by default.
\sa{QT_PATH_ANDROID_ABI_<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_<ABI>},{QT_ANDROID_MULTI_ABI_FORWARD_VARS}
*/
/*!