summaryrefslogtreecommitdiff
path: root/recipes/qt4/files
AgeCommit message (Collapse)AuthorFiles
2010-05-10qt4-embedded: fix decorations and mouse configsKoen Kooi1
Imported from http://arago-project.org/git/?p=arago.git;a=commitdiff;h=0fe5a365d34a07f93861741e25c5cfaaf662aa1c Original patch done by Denys Dmytriyenko
2010-02-17qt4: add 4.6.2Koen Kooi1
* fix 4.6.1 references in 4.6.0 files as well * make qt-config.patch work with QT_NO_CAST_{TO,FROM},ASCII strict checking
2009-08-11qt4: Make it possible to set the QMAKE_QT_CONFIG variableHolger Hans Peter Freyther1
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 Freyther1
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 Freyther1
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 Hrachyshka9
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é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-04-24qt4: update from 4.5.0 to 4.5.1Jeremy Lainé5
2009-04-02qt4-tools-native: set LFLAGS to pick up zlib from stagingJeremy Lainé1
2009-03-26qt4-embedded: add version 4.5.0Jeremy Lainé1
2009-03-26qt4: add qt4-x11-free version 4.5.0Jeremy Lainé4
2009-03-26qt4-embedded: move patch for 2bpp supportJeremy Lainé1
2009-03-26qt4: refresh some patches against qt 4.4.3Jeremy Lainé3
2009-03-26qt4: add initial version of qt4-tools-native 4.5.0Jeremy Lainé4
2009-03-25qt4: unify patches, drop obsolete files, fix mkspecsJeremy Lainé9
* 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 Dmytriyenko4
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>