summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-06-17 15:57:23 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-06-17 18:56:12 +0200
commit15c5f905072c28537586a070a5320201edeee316 (patch)
tree8b9e6e9ca44bf31c01379c729813883b1584e29f /src
parent51b8c81c84136d5e80a803b2248ed1d17ab43ef0 (diff)
CMake: Remove old add_qt_gui_executable API
Repos should have migrated by now and the function should not be advertised as a public one. Pick-to: 6.2 Task-number: QTBUG-88763 Change-Id: Ica5bc55670a17a28c0022f78c126a3a8a8ffdeb5 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/Qt6CoreMacros.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/corelib/Qt6CoreMacros.cmake b/src/corelib/Qt6CoreMacros.cmake
index 0575a17d48..ce09f83ca5 100644
--- a/src/corelib/Qt6CoreMacros.cmake
+++ b/src/corelib/Qt6CoreMacros.cmake
@@ -763,12 +763,6 @@ if(NOT QT_NO_CREATE_VERSIONLESS_FUNCTIONS)
endfunction()
endif()
-# Temporarily keep compatibility, until all repositories are migrated.
-function(add_qt_gui_executable)
- message(AUTHOR_WARNING "Please replace add_qt_gui_executable with qt_add_executable instead. The former will be removed shortly.")
- qt6_add_executable(${ARGV})
-endfunction()
-
function(_qt_get_plugin_name_with_version target out_var)
string(REGEX REPLACE "^Qt::(.+)" "Qt${QT_DEFAULT_MAJOR_VERSION}::\\1"
qt_plugin_with_version "${target}")