Docs: Document the QT_ANDROID_SDK_BUILD_TOOLS_REVISION CMake variable

When updating Qt for Android platform documentation, it was discovered
that the CMake variable for setting a specific Android SDK Build Tools
Revision was undocumented.

Change-Id: I5f1b4e9d10b9ce817f5529cf4897bd0423a84455
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit 3aaf5975e4ed426f5902283e1d4139b57bdffc36)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Nicholas Bennett 2022-11-23 13:33:13 +02:00 committed by Qt Cherry-pick Bot
parent 2b65c4943e
commit caf2667ea6

View File

@ -166,6 +166,26 @@ Specifies the target Android API level for the target.
\sa{qt6_android_generate_deployment_settings}{qt_android_generate_deployment_settings()}
*/
/*!
\page cmake-target-property-qt-android-sdk-build-tools-revision.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
\title QT_ANDROID_SDK_BUILD_TOOLS_REVISION
\target cmake-target-property-QT_ANDROID_SDK_BUILD_TOOLS_REVISION
\summary {Revision of Android build tools to use.}
\cmakepropertysince 6.0
\preliminarycmakeproperty
\cmakepropertyandroidonly
Specifies the Android SDK build tools revision to use. If this is not set then
CMake will attempt to use the latest installed version.
\sa{qt6_android_generate_deployment_settings}{qt_android_generate_deployment_settings()}
*/
/*!
\page cmake-target-property-qt-android-version-code.html
\ingroup cmake-properties-qtcore