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 <alexey.edelev@qt.io>
This commit is contained in:
Alexandru Croitor 2022-12-07 15:48:45 +01:00
parent a873979eb9
commit a0d3cae7ca

View File

@ -539,9 +539,6 @@ endfunction()
set(_Qt6_COMPONENT_PATH "${CMAKE_CURRENT_LIST_DIR}/..") 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. # Wrapper function that adds an executable with some Qt specific behavior.
# Some scenarios require steps to be deferred to the end of the current # 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 # directory scope so that the caller has an opportunity to modify certain