summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/cmake/qt_deploy_qt_conf.qdoc
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-12-07 15:43:01 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-12-08 17:56:48 +0100
commita873979eb90807e093dc66f08a281cdb9522c982 (patch)
tree225148297e7feb943761e030d7045a23d67f260f /src/corelib/doc/src/cmake/qt_deploy_qt_conf.qdoc
parent146e22fff63b372f6fe19dcfc9bb3e979d9c6191 (diff)
CMake: Un-TP most of the deployment API
They are deemed good enough. qt_deploy_translations is left in TP because with the current signature, it's not clear yet how it's supposed to work for iOS and other non-desktop targets. [ChangeLog][CMake] The Core CMake deployment API is out of Technical Preview status. Task-number: QTBUG-108507 Change-Id: I384233c697b33644de3c9e1fb17d04f44ca16ea2 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'src/corelib/doc/src/cmake/qt_deploy_qt_conf.qdoc')
-rw-r--r--src/corelib/doc/src/cmake/qt_deploy_qt_conf.qdoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/doc/src/cmake/qt_deploy_qt_conf.qdoc b/src/corelib/doc/src/cmake/qt_deploy_qt_conf.qdoc
index fb3ee4796e..4c66ade525 100644
--- a/src/corelib/doc/src/cmake/qt_deploy_qt_conf.qdoc
+++ b/src/corelib/doc/src/cmake/qt_deploy_qt_conf.qdoc
@@ -17,7 +17,6 @@ only be called from a deployment script. It cannot be called directly by the
project.
\cmakecommandsince 6.3
-\preliminarycmakecommand
\note This command does not usually need to be called directly. It is used
internally by other higher level commands, but projects wishing to
implement more customized deployment logic may find it useful.