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>
This commit is contained in:
Joerg Bornemann 2022-06-29 14:01:48 +02:00
parent eef5ff0671
commit 4bda4b30ee

View File

@ -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.