From: Mirko Vogt Date: Mon, 19 May 2025 18:11:04 +0000 (+0000) Subject: qt5/quick: also install Plugins into staging-dir X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=69a5a8a7c3a59af58f0c9e1b87b6ef97811f6081;p=feed%2Fvideo.git qt5/quick: also install Plugins into staging-dir cmake errors out about referenced files not being found otherwise. --- diff --git a/frameworks/qt5/qt5quick/Makefile b/frameworks/qt5/qt5quick/Makefile index fd60656..04c2a14 100644 --- a/frameworks/qt5/qt5quick/Makefile +++ b/frameworks/qt5/qt5quick/Makefile @@ -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