summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r--recipes-qt/qt5/qt5-native.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qt5-native.inc b/recipes-qt/qt5/qt5-native.inc
index f164a8f1..1fe34457 100644
--- a/recipes-qt/qt5/qt5-native.inc
+++ b/recipes-qt/qt5/qt5-native.inc
@@ -53,7 +53,8 @@ do_configure() {
53} 53}
54 54
55do_install() { 55do_install() {
56 install -d ${D}${bindir}/ 56 install -d ${D}${bindir}/
57 # Install only the qmake bin for now. 57 for i in findtr fixqt4headers.pl moc qdoc qmake rcc qdbuscpp2xml qdbusxml2cpp syncqt; do
58 install -m 0755 ${S}/bin/qmake ${D}${bindir}/qmake 58 install -v -m 0755 bin/${i} ${D}${bindir}/${i}
59 done
59} 60}