summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5quick1
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/qt5quick1
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/qt5quick1')
-rw-r--r--package/qt5/qt5quick1/qt5quick1.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/qt5/qt5quick1/qt5quick1.mk b/package/qt5/qt5quick1/qt5quick1.mk
index 78e47db2d7..f9bb3e8e3a 100644
--- a/package/qt5/qt5quick1/qt5quick1.mk
+++ b/package/qt5/qt5quick1/qt5quick1.mk
@@ -34,8 +34,7 @@ endef
define QT5QUICK1_INSTALL_TARGET_CMDS
cp -dpf $(STAGING_DIR)/usr/lib/libQt5Declarative.so.* $(TARGET_DIR)/usr/lib
- cp -dpf $(STAGING_DIR)/usr/lib/qt/plugins/qmltooling/libqmldbg_inspector.so $(TARGET_DIR)/usr/lib/qt/plugins/qmltooling/
- cp -dpf $(STAGING_DIR)/usr/lib/qt/plugins/qmltooling/libqmldbg_tcp_qtdeclarative.so $(TARGET_DIR)/usr/lib/qt/plugins/qmltooling/
+ cp -dpfr $(STAGING_DIR)/usr/lib/qt/plugins/qml1tooling $(TARGET_DIR)/usr/lib/qt/plugins/
cp -dpfr $(STAGING_DIR)/usr/imports $(TARGET_DIR)/usr
endef
OpenPOWER on IntegriCloud