mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
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:
parent
bd267c968e
commit
8f04948193
@ -43,6 +43,7 @@ endif
|
|||||||
ifneq ($(BR2_STATIC_LIBS),y)
|
ifneq ($(BR2_STATIC_LIBS),y)
|
||||||
define QT5WEBVIEW_INSTALL_TARGET_LIBS
|
define QT5WEBVIEW_INSTALL_TARGET_LIBS
|
||||||
cp -dpf $(STAGING_DIR)/usr/lib/libQt5WebView.so.* $(TARGET_DIR)/usr/lib
|
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
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user