summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2022-11-23 13:33:13 +0200
committerNicholas Bennett <nicholas.bennett@qt.io>2022-12-05 15:04:51 +0200
commit3aaf5975e4ed426f5902283e1d4139b57bdffc36 (patch)
tree62080c4be6c6f7efbda1ddbfd594caa025c15214 /src/corelib
parentc9d991de1ff32a7993aae90b50badfaa39323a61 (diff)
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. Pick-to: 6.2 6.4 Change-Id: I5f1b4e9d10b9ce817f5529cf4897bd0423a84455 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/doc/src/cmake/cmake-properties.qdoc20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/corelib/doc/src/cmake/cmake-properties.qdoc b/src/corelib/doc/src/cmake/cmake-properties.qdoc
index 0afa03d4b1..810fc0c99f 100644
--- a/src/corelib/doc/src/cmake/cmake-properties.qdoc
+++ b/src/corelib/doc/src/cmake/cmake-properties.qdoc
@@ -168,6 +168,26 @@ Specifies the target Android API level for the target.
*/
/*!
+\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
\ingroup cmake-target-properties-qtcore