aboutsummaryrefslogtreecommitdiffstats
path: root/classes/qmake2.bbclass
AgeCommit message (Collapse)Author
2009-04-24qmake2.bbclass: add OE_QMAKE_QDBUSXML2CPP and OE_QMAKE_QDBUSCPP2XMLJeremy Lainé
From: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@debian.org> Acked-by: Jeremy Lainé <jeremy.laine@bolloretelecom.eu>
2009-03-26qmake2.bbclass: remove gratuitous export of QMAKE_RCCJeremy Lainé
2009-03-25qt4: make use of qt4-tools-native instead of qmake2-native and uicmoc4-nativeJeremy Lainé
2009-03-24{qt4e,qmake2}.bbclass: fix definition of QMAKESPECJeremy Lainé
2008-10-01qmake2 bbclass: pass RCC varKoen Kooi
2008-03-10Qt: The suffix for the staging libdir was omitted, remove it from the libsHolger Freyther
2007-12-24classes/qmake2.bbclass: Remove the usage of the QTDIR from this line as wellHolger Freyther
(sadly no equivalent to git-commit --amend is available)
2007-12-24classes/qmake2,qtopia4core: Change the Qt include and library dir to match ↵Holger Freyther
the new location/names
2007-09-08qmake-base.bbclass: Rename to qmake_base.bbclass.Paul Sokolovsky
* Hyphens are bad in function names. * Fixes OPIE build.
2007-09-03classes/{qmake*,qt4x11}.bbclass: Add a qmake2.bbclass to use qmake version twoHolger Freyther
Add a qmake2.bbclass which currently takes over the role of qt4x11.bbclass with setting the QTDIR, MOC, UIC properly. qmake2 and qmake now share qmake-base.bbclass this is why some var assignments and functions have been moved around. Make webkit-gtk use qmake2 to eliminate the Qt3 and Qt4/X11 dependency.