mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
qt4-native: restore build of uic3, qdbuscpp2xml and qdbusxml2cpp
These tools are required to build some external utilities (such as those found in KDE). We avoid building qdbus and qdbusviewer as these are not required. (From OE-Core rev: 11f456f4f5c1d4b2aad93856ff6cbb4d7ce3969e) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8cb51a508c
commit
a7500e27a7
@@ -54,8 +54,11 @@ TOBUILD = "\
|
||||
src/gui \
|
||||
src/testlib \
|
||||
src/qt3support \
|
||||
src/tools/uic3 \
|
||||
tools/linguist/lrelease \
|
||||
tools/linguist/lupdate \
|
||||
tools/qdbus/qdbuscpp2xml \
|
||||
tools/qdbus/qdbusxml2cpp \
|
||||
"
|
||||
|
||||
do_compile() {
|
||||
@@ -67,7 +70,7 @@ do_compile() {
|
||||
do_install() {
|
||||
install -d ${D}${bindir}/
|
||||
install -m 0755 bin/qmake ${D}${bindir}/qmake2
|
||||
for i in moc uic rcc lrelease lupdate; do
|
||||
for i in moc uic uic3 rcc lrelease lupdate qdbuscpp2xml qdbusxml2cpp; do
|
||||
install -m 0755 bin/${i} ${D}${bindir}/${i}4
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user