Add the documentation for QT_USE_TARGET_ANDROID_BUILD_DIR variable

Task-number: QTBUG-117443
Change-Id: I2c7844dec825566899da16298a938728346eadae
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
Alexey Edelev 2023-11-27 15:14:24 +01:00
parent 43de846442
commit e549fe7516

View File

@ -339,6 +339,27 @@ The mentioned variables are used internally by \l{androiddeployqt}.
\sa{androiddeployqt}
*/
/*!
\page cmake-variable-qt-android-deployment-type.html
\ingroup cmake-variables-qtcore
\title QT_USE_TARGET_ANDROID_BUILD_DIR
\target cmake-variable-QT_USE_TARGET_ANDROID_BUILD_DIR
\summary {Enables the use of per-target Android build directories.}
\cmakevariablesince 6.7
\preliminarycmakevariable
\cmakevariableandroidonly
The variable appends the target-specific suffix to the android-build directory.
The variable only takes an effect when it's set in \c CACHE. The variable is
only supported by Qt Creator starting from version 13.
If a single \c CMakeLists.txt contains more than one Android executable and
this option is not set, you will see a warning. To disable the warning, set
\c QT_SKIP_ANDROID_BUILD_DIR_CHECK to \c TRUE.
*/
/*!
\page cmake-variable-qt-no-collect-build-tree-apk-deps.html
\ingroup cmake-variables-qtcore