aboutsummaryrefslogtreecommitdiffstats
path: root/packages/uicmoc
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2008-05-06 00:41:28 +0000
committerJeremy Laine <jeremy.laine@m4x.org>2008-05-06 00:41:28 +0000
commitd8261fbae1d661e49f8a0b83e0b3ea481a2f42ea (patch)
treed20a91fa4de86b1061bdbf6d44beef24e3d6bf7c /packages/uicmoc
parentc142e8b02d0e37b959d9739b9f42dddb326c7d9d (diff)
downloadopenembedded-d8261fbae1d661e49f8a0b83e0b3ea481a2f42ea.tar.gz
uicmoc4-native.inc: build lrelease translation tool
Diffstat (limited to 'packages/uicmoc')
-rw-r--r--packages/uicmoc/uicmoc4-native.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/uicmoc/uicmoc4-native.inc b/packages/uicmoc/uicmoc4-native.inc
index 92936a8207..c5adef71e4 100644
--- a/packages/uicmoc/uicmoc4-native.inc
+++ b/packages/uicmoc/uicmoc4-native.inc
@@ -46,6 +46,7 @@ TOBUILD = "\
src/gui \
src/tools/uic3 \
tools/linguist/lrelease \
+ tools/linguist/lupdate \
"
do_compile() {
@@ -62,6 +63,7 @@ do_stage() {
install -m 0755 bin/uic3 ${STAGING_BINDIR}/uic34
install -m 0755 bin/rcc ${STAGING_BINDIR}/rcc4
install -m 0755 bin/lrelease ${STAGING_BINDIR}/lrelease4
+ install -m 0755 bin/lupdate ${STAGING_BINDIR}/lupdate4
install -d ${STAGING_DIR_NATIVE}/qt4/
install -m 0644 tools/porting/src/q3porting.xml ${STAGING_DIR_NATIVE}/qt4/
}