[oe-commits] Matthew Dombroski : qmake2.bbclass: Add lupdate and lrelease.

git version control git at git.openembedded.org
Wed Nov 4 12:03:57 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: c510866574d65798eef3ef36318457b41cf542c0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c510866574d65798eef3ef36318457b41cf542c0

Author: Matthew Dombroski <matthew at 4d-electronics.co.nz>
Date:   Tue Nov  3 14:25:34 2009 +0100

qmake2.bbclass: Add lupdate and lrelease.

http://patchwork.openembedded.org/patch/987

Signed-off-by: Matthew Dombroski <matthew at 4d-electronics.co.nz>
Acked-by: Holger Hans Peter Freyther <zecke at selfish.org>

---

 classes/qmake2.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/classes/qmake2.bbclass b/classes/qmake2.bbclass
index 26e813a..3772189 100644
--- a/classes/qmake2.bbclass
+++ b/classes/qmake2.bbclass
@@ -19,3 +19,5 @@ export OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qt4"
 export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}"
 export OE_QMAKE_LIBS_QT = "qt"
 export OE_QMAKE_LIBS_X11 = "-lXext -lX11 -lm"
+export OE_QMAKE_LRELEASE = "${STAGING_BINDIR_NATIVE}/lrelease4"
+export OE_QMAKE_LUPDATE = "${STAGING_BINDIR_NATIVE}/lupdate4"





More information about the Openembedded-commits mailing list