* [Buildroot] [PATCH] package/qt5/qt5webview: install missing plugins
@ 2019-10-08 9:03 Bartosz Bilas
2019-10-08 21:17 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Bilas @ 2019-10-08 9:03 UTC (permalink / raw)
To: buildroot
Fixes:
No WebView plug-in found!
Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.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
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-08 21:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-08 9:03 [Buildroot] [PATCH] package/qt5/qt5webview: install missing plugins Bartosz Bilas
2019-10-08 21:17 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox