aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/files
AgeCommit message (Collapse)Author
2010-10-05qt4-tools-sdk: correct my last commit: add a patch I've forgotDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-09-27qte: only export touchscreen setting if ts existsChase Maupin
* Changed the qte.sh script to check for whether or not the touchscreen exists before exporting QWS_MOUSE_PROTO to use the touchscreen. This is so that devices that don't have a touchscreen can use the regular mouse support. * Bumped the PR Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-10qt4-embedded: fix decorations and mouse configsKoen Kooi
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 Kooi
* 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 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>