From: Michael Lauer Date: Wed, 29 Sep 2004 23:40:02 +0000 (+0000) Subject: define uic3 and moc3 in qt3x11.oeclass X-Git-Tag: Release-2010-05/1~16817 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cee3795c969e192599054e7e21f55ad0213de2de;p=openembedded.git define uic3 and moc3 in qt3x11.oeclass BKrev: 415b47d2NG_Lf8MItT2bLPQXaUdIWQ --- diff --git a/classes/qt3x11.oeclass b/classes/qt3x11.oeclass index e69de29bb2..9c3a289f86 100644 --- a/classes/qt3x11.oeclass +++ b/classes/qt3x11.oeclass @@ -0,0 +1,10 @@ +# +# override variables set by qmake-base to compile Qt/X11 apps +# +export QTDIR="${STAGING_DIR}/${HOST_SYS}/qt3" +export OE_QMAKE_UIC="${STAGING_BINDIR}/uic3" +export OE_QMAKE_MOC="${STAGING_BINDIR}/moc3" +export OE_QMAKE_CXXFLAGS="${CXXFLAGS}" +export OE_QMAKE_INCDIR_QT="${QTDIR}/include" +export OE_QMAKE_LIBDIR_QT="${QTDIR}/lib" +export OE_QMAKE_LIBS_QT="qt"