summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc
diff options
context:
space:
mode:
authorBartlomiej Moskal <bartlomiej.moskal@qt.io>2023-04-19 09:32:20 +0200
committerBartlomiej Moskal <bartlomiej.moskal@qt.io>2023-05-11 12:47:52 +0200
commit64db65ae907b2d987c01768438dcae9643ceac96 (patch)
tree6a542ec4002452b704815a7055bf00375cef3bda /src/corelib/doc/src/cmake/cmake-configure-variables.qdoc
parent3c3de181ef7f82d205db312480bac3ce31c16e18 (diff)
Android: fix problem with release package for cmake based builds
After 9efaf8bae914958a09d29a4cdbf62e345f3e6369 commit there is no possibility to create release package for cmake based builds. Added a new cmake variable (QT_ANDROID_DEPLOY_RELEASE) to allow turning on release build manually. Task-number: QTBUG-112921 Task-number: QTBUG-108132 Task-number: COIN-882 Pick-to: 6.5 Change-Id: Idf015b4ad3f8cba792aab75a01e1c81225cad4f0 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'src/corelib/doc/src/cmake/cmake-configure-variables.qdoc')
-rw-r--r--src/corelib/doc/src/cmake/cmake-configure-variables.qdoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc b/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc
index 3463e54c12..249326cfd1 100644
--- a/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc
+++ b/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc
@@ -80,6 +80,25 @@ out as part of the deployment settings for a target.
*/
/*!
+\page cmake-variable-qt-android-deploy-release.html
+\ingroup cmake-variables-qtcore
+
+\title QT_ANDROID_DEPLOY_RELEASE
+\target cmake-variable-QT_ANDROID_DEPLOY_RELEASE
+
+\summary {Set the package type as a release}
+
+\cmakevariablesince 6.5.1
+\preliminarycmakevariable
+\cmakevariableandroidonly
+
+Setting \c{QT_ANDROID_DEPLOY_RELEASE} to true allows to create release package by passing --release
+flag to androiddeployqt tool.
+
+\sa {androiddeployqt}
+*/
+
+/*!
\page cmake_variable-qt-android-multi-abi-forward-vars
\ingroup cmake-variables-qtcore