summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-12-07 15:48:45 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-12-08 17:56:48 +0100
commita0d3cae7ca5b99da1488a2e74e998fb27f0bd0ac (patch)
tree05901d0973a6a695af37ddbaaa8799977aa96246 /src
parenta873979eb90807e093dc66f08a281cdb9522c982 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/Qt6CoreMacros.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/Qt6CoreMacros.cmake b/src/corelib/Qt6CoreMacros.cmake
index bea1643ed4..50ed4bc0d8 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