summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoerg Bornemann <[email protected]>2025-12-05 09:22:27 +0100
committerJoerg Bornemann <[email protected]>2025-12-12 20:42:01 +0100
commit215ad9cac1c431638567a5ccb6dd2359f32038b5 (patch)
tree866f3077b2a7fa5a115f5e61a5011a6473c94c62 /src
parentcc2577cc52257f0b53d95473a068ec9953c2297c (diff)
Doc: Extend QT_ANDROID_DEPLOYMENT_TYPE documentation
Explain where to set the variable. Task-number: QTBUG-121706 Change-Id: Iebe2fe2f36b7ec3706549869c85f485a67d28156 Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/doc/src/cmake/cmake-configure-variables.qdoc4
1 files changed, 4 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 42cb3ecb42b..b8e5e038a33 100644
--- a/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc
+++ b/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc
@@ -142,6 +142,10 @@ effectively disables release package signing even in Release or RelWithDebInfo
builds. When not set, the default behavior is to use release package signing in
build types other than Debug.
+This variable is not supposed to be set in CMake project files. Rather set it
+when configuring your project on the command line or in the CMake settings of
+your IDE.
+
\sa {androiddeployqt}
*/