qt5base: install all built plugin binaries into $(STAGING_DIR)

They shouldn't be necessary, as nothing will or at least should link
against the resulting shared objects, as they aren't regular ones but
plug-ins.
However cmake-based projects complain about them missing - hence
provide/install them.
This commit is contained in:
Mirko Vogt
2025-05-12 01:22:13 +00:00
parent 416b5e13f9
commit 36d9961785

View File

@@ -522,6 +522,7 @@ define Build/InstallDev
$(call Build/Install/Headers,$(1)) $(call Build/Install/Headers,$(1))
$(call Build/Install/Cmakes,$(1)) $(call Build/Install/Cmakes,$(1))
$(call Build/Install/Libs,$(1),*) $(call Build/Install/Libs,$(1),*)
$(call Build/Install/Plugins,$(1),*,*)
endef endef
define Host/Install define Host/Install