aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/files
AgeCommit message (Collapse)Author
2009-08-11qt4: Make it possible to set the QMAKE_QT_CONFIG variableHolger Hans Peter Freyther
this way we will find the qconfig.pri and all library names will be set correctly. This means that the SDK is usable to compile Qt applications out of the box.
2009-08-10qt4: Hack out the pg_config invocation on configureHolger Hans Peter Freyther
Currently the configure script of Qt is invoking pg_config which is a native application and not staged. Even though we pass the directory with the header files we will fail the postgres test as pg_config from the host will tell us something about /usr/include. There is no need for us to check pg_config, hack it out.
2009-08-01qt4: Add patch to fix the visibility and bsymbolic detectionHolger Hans Peter Freyther
Do not use "$COMPILER" to execute the test. This fails when the passed compiler is something like "ccache gcc".
2009-06-09qt4-embedded: reworked directory layout for the next changes.Ihar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
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-04-24qt4: update from 4.5.0 to 4.5.1Jeremy Lainé
2009-04-02qt4-tools-native: set LFLAGS to pick up zlib from stagingJeremy Lainé
2009-03-26qt4-embedded: add version 4.5.0Jeremy Lainé
2009-03-26qt4: add qt4-x11-free version 4.5.0Jeremy Lainé
2009-03-26qt4-embedded: move patch for 2bpp supportJeremy Lainé
2009-03-26qt4: refresh some patches against qt 4.4.3Jeremy Lainé
2009-03-26qt4: add initial version of qt4-tools-native 4.5.0Jeremy Lainé
2009-03-25qt4: unify patches, drop obsolete files, fix mkspecsJeremy Lainé
* unify qt4-x11-free / qt4-embedded patches into files/ * remove unused files and patches * fix mkspecs to define RCC and UIC3 locations
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>