[Buildroot] [git commit] package/qt5/qt5webview: install missing plugins

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Oct 8 21:17:43 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=8f04948193e35089bb46dae678e0fdf6aa11aea8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
  No WebView plug-in found!

Signed-off-by: Bartosz Bilas <b.bilas at grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/qt5/qt5webview/qt5webview.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/qt5/qt5webview/qt5webview.mk b/package/qt5/qt5webview/qt5webview.mk
index 100fcd7b1b..d9b913d68e 100644
--- a/package/qt5/qt5webview/qt5webview.mk
+++ b/package/qt5/qt5webview/qt5webview.mk
@@ -43,6 +43,7 @@ endif
 ifneq ($(BR2_STATIC_LIBS),y)
 define QT5WEBVIEW_INSTALL_TARGET_LIBS
 	cp -dpf $(STAGING_DIR)/usr/lib/libQt5WebView.so.* $(TARGET_DIR)/usr/lib
+	cp -dpfr $(STAGING_DIR)/usr/lib/qt/plugins/webview $(TARGET_DIR)/usr/lib/qt/plugins
 endef
 endif
 


More information about the buildroot mailing list