summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/Qt6CoreMacros.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/Qt6CoreMacros.cmake b/src/corelib/Qt6CoreMacros.cmake
index ca0f512828..175d175cf9 100644
--- a/src/corelib/Qt6CoreMacros.cmake
+++ b/src/corelib/Qt6CoreMacros.cmake
@@ -1431,10 +1431,6 @@ function(qt6_extract_metatypes target)
endif()
set(args_option
- # TODO: Remove this once all leaf module usages of it are removed. It's now a no-op.
- # It's original purpose was to skip installation of the metatypes file.
- __QT_INTERNAL_NO_INSTALL
-
# TODO: Move this into a separate internal function, so it doesn't pollute the public one.
# When given, metatypes files will be installed into the default Qt
# metatypes folder. Only to be used by the Qt build.