qt5/quick: also install Plugins into staging-dir

cmake errors out about referenced files not being found otherwise.
This commit is contained in:
Mirko Vogt
2025-05-19 18:11:04 +00:00
parent f2d91667f1
commit 69a5a8a7c3

View File

@@ -189,6 +189,7 @@ define Build/InstallDev
$(call Build/Install/Cmakes,$(1))
$(call Build/Install/Pkgconfigs,$(1))
$(call Build/Install/Libs,$(1),*)
$(call Build/Install/Plugins,$(1),*,*)
ln -sf /bin/true $(STAGING_DIR)/host/bin/qmlplugindump
endef