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.

Task-number: 121708
Change-Id: Id31aece7ae7685ea5f4940e6c4adf62ae8216528
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 609a9bc93967403726d0139bbf63162cb61d3fa2)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Joerg Bornemann 2024-01-31 10:30:11 +01:00 committed by Qt Cherry-pick Bot
parent 7ffe548334
commit cbfc5a0a95

View File

@ -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}.