diff --git a/src/corelib/Qt6CoreMacros.cmake b/src/corelib/Qt6CoreMacros.cmake index 6c809e10819..436bda645d0 100644 --- a/src/corelib/Qt6CoreMacros.cmake +++ b/src/corelib/Qt6CoreMacros.cmake @@ -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. diff --git a/src/corelib/doc/src/cmake/qt_standard_project_setup.qdoc b/src/corelib/doc/src/cmake/qt_standard_project_setup.qdoc index f86c0546d2b..b74c4f8fb70 100644 --- a/src/corelib/doc/src/cmake/qt_standard_project_setup.qdoc +++ b/src/corelib/doc/src/cmake/qt_standard_project_setup.qdoc @@ -37,7 +37,6 @@ \include cmake-find-package-core.qdocinc \cmakecommandsince 6.3 -\preliminarycmakecommand \section1 Synopsis