summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-06-29 14:01:48 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-08-03 08:02:34 +0200
commit4bda4b30ee4ad6773eccd7c3ec3d5979806cde38 (patch)
tree4f37c3c942e3787ff1fde9c82f9431e0487f5ddd /src/corelib
parenteef5ff0671f55d18d3160d11eba5c7b8d9bbec64 (diff)
CMake: Remove the now unused option __QT_INTERNAL_NO_INSTALL
...from qt6_extract_metatypes. All usages of this option have been removed. Change-Id: I82e624ead8292db476c09969addeecf66accce80 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
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.