summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5declarative
diff options
context:
space:
mode:
authorFatih Aşıcı <fatih.asici@gmail.com>2013-09-20 08:43:10 +0300
committerPeter Korsgaard <peter@korsgaard.com>2013-10-26 14:00:54 +0200
commit5d85af61b7a66751ec6240bb14f7517a6633f5e7 (patch)
treea2f10cfdc2ccac5adaa0895790d10008fe9d38a2 /package/qt5/qt5declarative
parent129abd31b7ef3e3c3c4f43324e23367f942940c9 (diff)
downloadbuildroot-5d85af61b7a66751ec6240bb14f7517a6633f5e7.tar.gz
buildroot-5d85af61b7a66751ec6240bb14f7517a6633f5e7.zip
qt5: bump to 5.1.1
Following patches are removed since they are upstreamed: - qt5base/qt5base-0001-eglconvenience-add-egl-to-CONFIG-to-get-correct-incl.patch - qt5jsbackend/qt5jsbackend-0002-fix-uclibc.patch Remove "-nomake demos" from configure options since "demos" directory is merged into examples. Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Tested-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt5/qt5declarative')
-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