From: Bartosz Bilas Date: Tue, 8 Oct 2019 09:03:13 +0000 (+0200) Subject: package/qt5/qt5webview: install missing plugins X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f04948193e35089bb46dae678e0fdf6aa11aea8;p=buildroot.git package/qt5/qt5webview: install missing plugins Fixes: No WebView plug-in found! Signed-off-by: Bartosz Bilas Signed-off-by: Thomas Petazzoni --- 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