qt5/quick: also install Plugins into staging-dir
authorMirko Vogt <[email protected]>
Mon, 19 May 2025 18:11:04 +0000 (18:11 +0000)
committerMirko Vogt <[email protected]>
Thu, 22 May 2025 10:58:15 +0000 (10:58 +0000)
cmake errors out about referenced files not being found otherwise.

frameworks/qt5/qt5quick/Makefile

index fd60656b44b022c0405252f990cb4cea8cdebba5..04c2a143685c11a2947dbd5efb1a9167dfb0a725 100644 (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