From 4d044d20c5ea8df5cbe8ad7667c30a6d150d8eb3 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 9 Sep 2022 08:55:09 +0200 Subject: [PATCH] CMake: Un-TP QT_NO_STANDARD_PROJECT_SETUP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qt_standard_project_setup() is not in technical preview anymore. Move this variable out of TP as well. This commit amends 85970834b5be1dda971996a34a1b1f14a4c71fa8. Task-number: QTBUG-100793 Change-Id: I46f57972b385ac033e106bd8cbdc1efe7c9777af Reviewed-by: Topi Reiniƶ --- src/corelib/doc/src/cmake/cmake-configure-variables.qdoc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc b/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc index c96ae8762e..bac42ce48a 100644 --- a/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc +++ b/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc @@ -362,7 +362,6 @@ an application, along with its runtime dependencies: \summary {Prevents subsequent calls to qt_standard_project_setup() from making any changes.} \cmakevariablesince 6.3 -\preliminarycmakevariable The \l{qt6_standard_project_setup}{qt_standard_project_setup()} command is typically called in the top level \c{CMakeLists.txt} file of a project. In some