summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2024-01-31 15:48:12 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2024-02-20 17:25:25 +0100
commitbb68cc5844b364987b4f8317ba2d4509b9253cf1 (patch)
tree6a2a3fd80d3e5c0c147c62ae7868531425af1b87 /src/corelib/doc/src
parent34242345790242e8350fc6d49d71f34a7b93e446 (diff)
Remove QT_ANDROID_DEPLOY_RELEASE variable
We assume that we can remove the variable handling and replace with the warning, since variable was never out from TP. Pick-to: 6.7 Task-number: QTBUG-121706 Change-Id: Iee29c0b5327d62cd3d7e77419e14e555fadcec2c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/corelib/doc/src')
-rw-r--r--src/corelib/doc/src/cmake/cmake-configure-variables.qdoc22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc b/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc
index 10caef3f08..941d819595 100644
--- a/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc
+++ b/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc
@@ -81,28 +81,6 @@ is written out as part of the deployment settings for a target.
*/
/*!
-\page cmake-variable-qt-android-deploy-release.html
-\ingroup cmake-variables-qtcore
-\ingroup cmake-android-build-properties
-
-\title QT_ANDROID_DEPLOY_RELEASE
-\target cmake-variable-QT_ANDROID_DEPLOY_RELEASE
-
-\summary {Forces release package signing regardless of the build type.}
-
-\cmakevariablesince 6.5.2
-\preliminarycmakevariable
-\cmakevariableandroidonly
-
-When set to \c TRUE, the \c --release flag is passed to the \c androiddeployqt
-tool, even when the application build mode is Debug. In Release and
-RelWithDebInfo builds this is the default. For more control over this, prefer
-using \l QT_ANDROID_DEPLOYMENT_TYPE instead.
-
-\sa {androiddeployqt}
-*/
-
-/*!
\page cmake-variable-qt-android-deployment-type.html
\ingroup cmake-variables-qtcore
\ingroup cmake-android-build-properties