Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-11-03 | qmake2.bbclass: Add lupdate and lrelease. | Matthew Dombroski | 1 | |
http://patchwork.openembedded.org/patch/987 Signed-off-by: Matthew Dombroski <matthew@4d-electronics.co.nz> Acked-by: Holger Hans Peter Freyther <zecke@selfish.org> | ||||
2009-04-24 | qmake2.bbclass: add OE_QMAKE_QDBUSXML2CPP and OE_QMAKE_QDBUSCPP2XML | Jeremy Lainé | 1 | |
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-26 | qmake2.bbclass: remove gratuitous export of QMAKE_RCC | Jeremy Lainé | 1 | |
2009-03-25 | qt4: make use of qt4-tools-native instead of qmake2-native and uicmoc4-native | Jeremy Lainé | 1 | |
2009-03-24 | {qt4e,qmake2}.bbclass: fix definition of QMAKESPEC | Jeremy Lainé | 1 | |
2008-10-01 | qmake2 bbclass: pass RCC var | Koen Kooi | 1 | |
2008-03-10 | Qt: The suffix for the staging libdir was omitted, remove it from the libs | Holger Freyther | 1 | |
2007-12-24 | classes/qmake2.bbclass: Remove the usage of the QTDIR from this line as well | Holger Freyther | 1 | |
(sadly no equivalent to git-commit --amend is available) | ||||
2007-12-24 | classes/qmake2,qtopia4core: Change the Qt include and library dir to match ↵ | Holger Freyther | 1 | |
the new location/names | ||||
2007-09-08 | qmake-base.bbclass: Rename to qmake_base.bbclass. | Paul Sokolovsky | 1 | |
* Hyphens are bad in function names. * Fixes OPIE build. | ||||
2007-09-03 | classes/{qmake*,qt4x11}.bbclass: Add a qmake2.bbclass to use qmake version two | Holger Freyther | 1 | |
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. |