CMake: Promote qt6_standard_project_setup from technical preview

The API couldn't be simpler (function without arguments), and we want to
use the function on our "Getting Started with CMake" documentation page.

Pick-to: 6.3
Task-number: QTBUG-100793
Change-Id: I83ba66c2970ac7441b425add4df1da2695e50ddb
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Joerg Bornemann 2022-02-14 15:58:49 +01:00
parent f71d54ee34
commit 85970834b5
2 changed files with 0 additions and 3 deletions

View File

@ -2498,8 +2498,6 @@ endfunction()
# Note this needs to be a macro because it sets variables intended for the
# calling scope.
# This function is currently in Technical Preview.
# Its signature and behavior might change.
macro(qt6_standard_project_setup)
# A parent project might want to prevent child projects pulled in with
# add_subdirectory() from changing the parent's preferred arrangement.

View File

@ -37,7 +37,6 @@
\include cmake-find-package-core.qdocinc
\cmakecommandsince 6.3
\preliminarycmakecommand
\section1 Synopsis