summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-07-12 09:47:22 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-07-12 09:47:22 +0000
commit94007d4a3fe31e04283506ca88e601fd011e9ee9 (patch)
tree5bddb01d843e0b6e0049a4a46ce74afe7697d0d8 /classes
parent955ee67fb9e48d28ab8d95f2df6cea1e9ef1e33b (diff)
parent60558789753953c645270186ea79919a15fbde1b (diff)
merge of 'c43653bfb560ae719097dc966db74985b9b905ba'
and 'f8480b9fe4209b03c291b9506684fe033956afa6'
Diffstat (limited to 'classes')
-rw-r--r--classes/qt4x11.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/qt4x11.bbclass b/classes/qt4x11.bbclass
index cb836cc362..7046ef1cb9 100644
--- a/classes/qt4x11.bbclass
+++ b/classes/qt4x11.bbclass
@@ -6,6 +6,7 @@ DEPENDS_prepend = "${@["qt4x11 ", ""][(bb.data.getVar('PN', d, 1) == 'qt4-x11-fr
export QTDIR = "${STAGING_DIR}/${HOST_SYS}/qt4"
export QMAKESPEC = "${QTDIR}/mkspecs/${TARGET_OS}-oe-g++"
export OE_QMAKE_UIC = "${STAGING_BINDIR_NATIVE}/uic4"
+export OE_QMAKE_UIC3 = "${STAGING_BINDIR_NATIVE}/uic34"
export OE_QMAKE_MOC = "${STAGING_BINDIR_NATIVE}/moc4"
export OE_QMAKE_RCC = "${STAGING_BINDIR_NATIVE}/rcc4"
export OE_QMAKE_QMAKE = "${STAGING_BINDIR_NATIVE}/qmake2"