package/qt5/qt5webview: install missing plugins

Fixes:
  No WebView plug-in found!

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bartosz Bilas 2019-10-08 11:03:13 +02:00 committed by Thomas Petazzoni
parent bd267c968e
commit 8f04948193

View File

@ -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