summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreConfigExtras.cmake.in
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-11-12 12:58:06 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-11-12 18:43:43 +0100
commit1777ddc234bb51dcf9b9c251e3872cc733a06e34 (patch)
treedbe82e9d64946c13fc0e8368509068b9e8c9a3f2 /src/corelib/Qt6CoreConfigExtras.cmake.in
parent4cc2196f6ae520d16c218a8599070050938f01f0 (diff)
cmake: Remove indirection via Startup target for EntryPoint
The EntryPoint interface target now contains all the logic for what flags and optional static libraries to add when the entrypoint is enabled. The target property QT_NO_ENTRYPOINT can be used to disable the entrypoint. Change-Id: I9b14ff729366cd6307789c969ebd4b2ca19de77d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/corelib/Qt6CoreConfigExtras.cmake.in')
-rw-r--r--src/corelib/Qt6CoreConfigExtras.cmake.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/Qt6CoreConfigExtras.cmake.in b/src/corelib/Qt6CoreConfigExtras.cmake.in
index b7c30d52be0..5c4468fa106 100644
--- a/src/corelib/Qt6CoreConfigExtras.cmake.in
+++ b/src/corelib/Qt6CoreConfigExtras.cmake.in
@@ -47,8 +47,6 @@ set(QT@PROJECT_VERSION_MAJOR@_IS_SHARED_LIBS_BUILD "@BUILD_SHARED_LIBS@")
get_filename_component(_Qt6CoreConfigDir ${CMAKE_CURRENT_LIST_FILE} PATH)
set(_Qt6CTestMacros "${_Qt6CoreConfigDir}/Qt6CTestMacros.cmake")
-_qt_internal_setup_startup_target()
-
@qtcore_extra_cmake_code@
if(ANDROID_PLATFORM)