summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5declarative/qt5declarative.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/qt5/qt5declarative/qt5declarative.mk')
-rw-r--r--package/qt5/qt5declarative/qt5declarative.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/qt5/qt5declarative/qt5declarative.mk b/package/qt5/qt5declarative/qt5declarative.mk
index a72e89344d..11b9287040 100644
--- a/package/qt5/qt5declarative/qt5declarative.mk
+++ b/package/qt5/qt5declarative/qt5declarative.mk
@@ -38,6 +38,7 @@ ifeq ($(BR2_PREFER_STATIC_LIB),)
define QT5DECLARATIVE_INSTALL_TARGET_LIBS
cp -dpf $(STAGING_DIR)/usr/lib/libQt5Qml*.so.* $(TARGET_DIR)/usr/lib
cp -dpf $(STAGING_DIR)/usr/lib/libQt5Quick*.so.* $(TARGET_DIR)/usr/lib
+ cp -dpfr $(STAGING_DIR)/usr/lib/qt/plugins/accessible $(TARGET_DIR)/usr/lib/qt/plugins
cp -dpfr $(STAGING_DIR)/usr/lib/qt/plugins/qml* $(TARGET_DIR)/usr/lib/qt/plugins
endef
endif
OpenPOWER on IntegriCloud