From a0d3cae7ca5b99da1488a2e74e998fb27f0bd0ac Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 7 Dec 2022 15:48:45 +0100 Subject: [PATCH] CMake: Remove incorrect TP doc-comment on qt_add_executable It was promoted from TP a while ago. Change-Id: I0f3cbe8e4aad180214d32e1e7dcad02f895080d4 Reviewed-by: Alexey Edelev --- src/corelib/Qt6CoreMacros.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/corelib/Qt6CoreMacros.cmake b/src/corelib/Qt6CoreMacros.cmake index bea1643ed42..50ed4bc0d82 100644 --- a/src/corelib/Qt6CoreMacros.cmake +++ b/src/corelib/Qt6CoreMacros.cmake @@ -539,9 +539,6 @@ endfunction() set(_Qt6_COMPONENT_PATH "${CMAKE_CURRENT_LIST_DIR}/..") -# This function is currently in Technical Preview. -# It's signature and behavior might change. -# # Wrapper function that adds an executable with some Qt specific behavior. # Some scenarios require steps to be deferred to the end of the current # directory scope so that the caller has an opportunity to modify certain