From 4bda4b30ee4ad6773eccd7c3ec3d5979806cde38 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 29 Jun 2022 14:01:48 +0200 Subject: 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 --- src/corelib/Qt6CoreMacros.cmake | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/corelib') 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. -- cgit v1.2.3