summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2024-01-31 10:30:11 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2024-01-31 15:19:50 +0100
commit609a9bc93967403726d0139bbf63162cb61d3fa2 (patch)
tree7ccd66e6142e0a6b136b4745f28649c47a21e6ef /src/corelib/doc
parent5d1ddee4cc38f684ed635a2b917c61db80a27ff6 (diff)
Doc: Add note to deployment variables
...that mentions that they're only needed for advanced use cases that aren't covered by the higher level deployment commands. Pick-to: 6.7 Task-number: 121708 Change-Id: Id31aece7ae7685ea5f4940e6c4adf62ae8216528 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/src/includes/cmake-deploy-var-usage.qdocinc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/doc/src/includes/cmake-deploy-var-usage.qdocinc b/src/corelib/doc/src/includes/cmake-deploy-var-usage.qdocinc
index c5a1a40356..c8b67b52b9 100644
--- a/src/corelib/doc/src/includes/cmake-deploy-var-usage.qdocinc
+++ b/src/corelib/doc/src/includes/cmake-deploy-var-usage.qdocinc
@@ -1,2 +1,6 @@
This variable is defined by the script named by \l QT_DEPLOY_SUPPORT. It should
only be used as part of deployment during installation or a post-build rule.
+
+\note This is a low-level deployment API variable, and should only be used in
+advanced use-cases that are not covered by the higher-level API commands like
+\l{qt_generate_app_deploy_script}.