summaryrefslogtreecommitdiffstats
path: root/meta/classes/qmake2.bbclass
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2013-06-07 15:15:36 +1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-11 15:38:03 +0100
commit1319e17fa3a945a9a133a87c36522a8385d4eda9 (patch)
tree2df6a8d204788cf4dccb7008280bbcc2a8f73065 /meta/classes/qmake2.bbclass
parent9496d9a9adc4f444d94bd16cf316f70eed985919 (diff)
downloadast2050-yocto-poky-1319e17fa3a945a9a133a87c36522a8385d4eda9.zip
ast2050-yocto-poky-1319e17fa3a945a9a133a87c36522a8385d4eda9.tar.gz
classes/qmake2: export OE_QMAKE_LCONVERT and OE_QMAKE_XMLPATTERNS
These will be used by qmake_base.bbclass. (From OE-Core rev: 405d1325ebbd31676d88a3e157f55d40d04cc3f4) Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/qmake2.bbclass')
-rw-r--r--meta/classes/qmake2.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/qmake2.bbclass b/meta/classes/qmake2.bbclass
index 5eebd8e..35aaebb 100644
--- a/meta/classes/qmake2.bbclass
+++ b/meta/classes/qmake2.bbclass
@@ -20,5 +20,7 @@ export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}"
export OE_QMAKE_LIBS_QT = "qt"
export OE_QMAKE_LIBS_X11 = "-lXext -lX11 -lm"
export OE_QMAKE_LIBS_X11SM = "-lSM -lICE"
+export OE_QMAKE_LCONVERT = "${STAGING_BINDIR_NATIVE}/lconvert4"
export OE_QMAKE_LRELEASE = "${STAGING_BINDIR_NATIVE}/lrelease4"
export OE_QMAKE_LUPDATE = "${STAGING_BINDIR_NATIVE}/lupdate4"
+export OE_QMAKE_XMLPATTERNS = "${STAGING_BINDIR_NATIVE}/xmlpatterns4"
OpenPOWER on IntegriCloud