summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/cmake/cmake-deploy-variables.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/doc/src/cmake/cmake-deploy-variables.qdoc')
-rw-r--r--src/corelib/doc/src/cmake/cmake-deploy-variables.qdoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/corelib/doc/src/cmake/cmake-deploy-variables.qdoc b/src/corelib/doc/src/cmake/cmake-deploy-variables.qdoc
index 55d467309b..0c9d66812a 100644
--- a/src/corelib/doc/src/cmake/cmake-deploy-variables.qdoc
+++ b/src/corelib/doc/src/cmake/cmake-deploy-variables.qdoc
@@ -43,6 +43,8 @@
\include cmake-deploy-var-usage.qdocinc
+\preliminarycmakevariable
+
\c{QT_DEPLOY_PREFIX} provides the base directory of the deployment. The other
\c{QT_DEPLOY_..._DIR} variables should be treated as relative to this location.
The value of \c{QT_DEPLOY_PREFIX} may be relative or absolute, so projects
@@ -78,6 +80,8 @@ variables.
\include cmake-deploy-var-usage.qdocinc
+\preliminarycmakevariable
+
Projects should use \c QT_DEPLOY_BIN_DIR in their deploy scripts instead of
hard-coding a particular directory in which to deploy the following types of
binaries:
@@ -113,6 +117,8 @@ should not be used for that scenario.
\include cmake-deploy-var-usage.qdocinc
+\preliminarycmakevariable
+
Projects should use \c QT_DEPLOY_LIB_DIR in their deploy scripts instead of
hard-coding a particular directory in which to deploy the following types of
binaries:
@@ -144,6 +150,8 @@ should not be used for that scenario.
\include cmake-deploy-var-usage.qdocinc
+\preliminarycmakevariable
+
Projects should use \c QT_DEPLOY_PLUGINS_DIR in their deploy scripts instead of
hard-coding a particular directory under which to deploy plugins.
@@ -170,6 +178,8 @@ bundle contents.
\include cmake-deploy-var-usage.qdocinc
+\preliminarycmakevariable
+
Projects should use \c QT_DEPLOY_QML_DIR in their deploy scripts instead of
hard-coding a particular directory under which to deploy QML modules.