From: Holger Freyther Date: Mon, 24 Dec 2007 23:55:27 +0000 (+0000) Subject: classes/qmake2.bbclass: Remove the usage of the QTDIR from this line as well X-Git-Tag: SlugOS5.3-beta~4224^2~23 X-Git-Url: http://code.vuplus.com/gitweb/?a=commitdiff_plain;h=79e6dae1cb3b5367da8d375fa1cf2f8480b64e6e;p=vuplus_openembedded classes/qmake2.bbclass: Remove the usage of the QTDIR from this line as well (sadly no equivalent to git-commit --amend is available) --- diff --git a/classes/qmake2.bbclass b/classes/qmake2.bbclass index 63d6faf..cf3419f 100644 --- a/classes/qmake2.bbclass +++ b/classes/qmake2.bbclass @@ -5,7 +5,7 @@ inherit qmake_base DEPENDS_prepend = "qmake2-native uicmoc4-native " -export QMAKESPEC = "${QTDIR}/mkspecs/${TARGET_OS}-oe-g++" +export QMAKESPEC = "${CROSS_DATADIR}/qt4/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"