summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-10-27 13:37:25 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2021-11-02 19:51:42 +0100
commitad2143b8d26c57466258ea046e60d9a5c8fd70e3 (patch)
treeb93d19a6a5a7335a2fcb957e600865f0ea58722b /src/corelib/doc
parentdf2aa081875775936f729ca2e730d3dcfc2d3de8 (diff)
Add CMake variable to run androiddeployqt with --verbose argument
Change-Id: Ib913e0471ef9c7efcc64c52de21a2e4c7d44e416 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/src/cmake/cmake-variables.qdoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/corelib/doc/src/cmake/cmake-variables.qdoc b/src/corelib/doc/src/cmake/cmake-variables.qdoc
index af7a8b7aca..1cef1ffd3c 100644
--- a/src/corelib/doc/src/cmake/cmake-variables.qdoc
+++ b/src/corelib/doc/src/cmake/cmake-variables.qdoc
@@ -145,3 +145,20 @@ When finalizing an executable target on iOS,
\c MACOSX_BUNDLE_GUI_IDENTIFIER properties if they haven't been set.
Set \c QT_NO_SET_XCODE_BUNDLE_IDENTIFIER to true if you want to prevent this.
*/
+
+/*!
+\page cmake-variable-QT_ENABLE_VERBOSE_DEPLOYMENT.html
+\ingroup cmake-variables
+\ingroup cmake-variables-qtcore
+
+\title QT_ENABLE_VERBOSE_DEPLOYMENT
+\target cmake-variable-QT_ENABLE_VERBOSE_DEPLOYMENT
+
+\summary {Enables verbose mode of deployment tools}
+
+\preliminarycmakevariable
+
+Enables verbose mode of the androiddeployqt deployment tool when it is implicitly called
+inside the Qt CMake commands.
+
+*/