summaryrefslogtreecommitdiffstats
path: root/package/qt5
diff options
context:
space:
mode:
authorNaumann Andreas <ANaumann@ultratronik.de>2013-06-21 11:02:00 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-28 11:16:03 +0200
commite5e695ec48d62be230574049d7b0f47c08a7d594 (patch)
tree16796999d0b992b9af38b8a5fc8b95068603dca5 /package/qt5
parent4e365f02f37bcb7ed8eeb320c574ab146e0402c7 (diff)
downloadbuildroot-novena-e5e695ec48d62be230574049d7b0f47c08a7d594.tar.gz
buildroot-novena-e5e695ec48d62be230574049d7b0f47c08a7d594.zip
qt5/qt5quick1: Drop qmlviewer from install since its no longer provided.
Signed-off-by: Andreas Naumann <anaumann@ultratronik.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt5')
-rw-r--r--package/qt5/qt5quick1/qt5quick1.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/qt5/qt5quick1/qt5quick1.mk b/package/qt5/qt5quick1/qt5quick1.mk
index 8d11e6709..fc3738809 100644
--- a/package/qt5/qt5quick1/qt5quick1.mk
+++ b/package/qt5/qt5quick1/qt5quick1.mk
@@ -38,7 +38,6 @@ 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 -dpf $(STAGING_DIR)/usr/bin/qmlviewer $(TARGET_DIR)/usr/bin
cp -dpfr $(STAGING_DIR)/usr/imports $(TARGET_DIR)/usr
endef