summaryrefslogtreecommitdiff
path: root/recipes/qt4
AgeCommit message (Collapse)AuthorFiles
2010-01-07qt4: Make the gles variants for Embedded and X11 provide the normal variantHolger Hans Peter Freyther5
This way a distribution/user can set PREFERRED_PROVIDER_qt4-embedded = "qt4-embedded-gles" to select the GLES/OpenVG runtime. The default is qt4-embedded as GLES require a dedicated library most of the time provided as a binary blob by the vendor requiring the user to manually download and store it at the right place. For X11 we already have a PREFERRED_PROVIDER setting in place and don't need to update. Acked-by: Koen Kooi <koen@openembedded.org>
2010-01-07qt4x11: Cease out the qt4x11 PROVIDERHolger Hans Peter Freyther1
* The LGPL and Commercial edition are actually the same tarball. * If someone sees the need he can take qt qt4-recipes and specify -commercial in the compilation.
2010-01-05qt 4.6.0: backport a few patches from git, mainly QGL relatedKoen Kooi33
2009-12-27qt4-tools-native; added dependency on libsm-nativeFrans Meulenbroeks1
2009-12-23qt4-x11 4.6.0: bump PR for Xorg changesKoen Kooi2
2009-12-15qt4-tools: add sdk version as wellKoen Kooi1
* this should really move to BBCLASSEXTEND
2009-12-14qt4: munge more references toKoen Kooi1
2009-12-14qt 4.6.0: fix packaging, staging and x11 buildKoen Kooi6
2009-12-14wolfenqt: add qt3d demoKoen Kooi3
2009-12-10qt 4.6.0: fix packaging a bitKoen Kooi2
* the uic, moc and rcc tools still need to get packages, but we have package all libs now
2009-12-10qt 4.6.0: make it build, add GLES versionsKoen Kooi9
* recipes still need lots of cleanup and fixes, help welcome
2009-12-10qt 4.6.0: move common 4.6 stuff to a .incKoen Kooi3
2009-12-02qt* 4.6.0: more improvementsKoen Kooi4
2009-12-02qt4: add 4.6.0, WIPKoen Kooi8
2009-11-12qt4: bump PRKoen Kooi2
2009-11-04qt4-x11-free.inc: bumped PR to force recompilation so it uses the fixed mysqlFrans Meulenbroeks1
needed to get a working qt4-plugin-sqldriver-sqlmysql
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 Freyther4
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-09qt4-x11-free.inc: Do not override the var set by qt4-x11-free-glesHolger Hans Peter Freyther2
Another attempt to fix the dependencies of qt4-x11-free-gles. Do not make libqt4-FOO-dev depend on qt4-x11-free-gles which will drag in more dependencies. A better fix would be to build the OpenVG graphicsengine unconditionally and build the screendriver out of this tree and install it as a plugin. Do the same change to qt4-embedded.inc.
2009-08-09qt4-tools-sdk: Use an install target to install the qt4 utilitiesHolger Hans Peter Freyther1
2009-08-02qt4.inc: Fix of shell for some shellsHolger Hans Peter Freyther1
2009-08-01qt4: Do not recreate the link if it exists otherwise do_install will failHolger Hans Peter Freyther1
When running configure more than once the do_install stage will fail due excessive symlinks... Stop doing that.
2009-08-01qt4: Add patch to fix the visibility and bsymbolic detectionHolger Hans Peter Freyther3
Do not use "$COMPILER" to execute the test. This fails when the passed compiler is something like "ccache gcc".
2009-08-01qt4: Use require instead of include to fail on missing includesHolger Hans Peter Freyther5
2009-07-31qt4: Qt4.5 is released under LGPLv2.1 and GPLv3Holger Hans Peter Freyther6
Update licensing bits on the Qt classes.
2009-07-29qt4-x11-free-gles: reinstate it now the weird dependency problems have been ↵Koen Kooi2
resolved * also switch to gles2, requires less patching
2009-07-24qt4.inc: add -I${STAGING_INCDIR}/postgresql to includesJeremy Lainé1
This works around part of the problem when cross-compiling the PostgreSQL plugin. The build will still fail if the "pg_config" program is present on the build machine.
2009-07-23qt*gles: rename to .disabled till the qt4 stuff becomes less magicalKoen Kooi5
2009-07-23qt4 x11 gles git: add git version to build a gles1 + openvg 4.6rc versionKoen Kooi1
2009-07-15qt-embedded: fix gles build and packagingKoen Kooi3
2009-07-13Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-07-13qt4-embedded gles: add WIP GLES version of qt-eKoen Kooi2
* the sgx sdk is missing headers, but that should get solved in the new release
2009-07-11qt4.inc: Work with DISTRO=micro where local_prefix is ""Holger Hans Peter Freyther1
The Qt buildsystem does not like when the -prefix is omitted (""). Append a "/" to the ${prefix} to always have at least one charachter. This was build tested with the micro and minimal distribution.
2009-07-09qt4-x11-free-gles: add an OopenGL ES1 version of qt4-x11-freeKoen Kooi4
* currently sgx specific, but making it generic is easy
2009-07-08qt4: add extra hook into configure to munge some qmake stuffKoen Kooi1
2009-07-08qt4: package demos and examples as wellKoen Kooi3
2009-07-07qt4: added postgres, mysql, and sqlite2/3 support.Ihar Hrachyshka3
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-07-07qt4: updated version to 4.5.2.Ihar Hrachyshka9
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-06-09task-qte-toolchain: added mkspecs and new qt4-tools-sdk recipeIhar Hrachyshka1
Added mkspecs, qt4-tools to toolchain tasks (now meta-toolchain-qte works ok). Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4: create mkspecs packageIhar Hrachyshka1
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4: fixed pkgconfig for qt4-embeddedIhar Hrachyshka1
Added ${QT_LIBINFIX} for pkgconfig dependencies. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4: package all installed filesIhar Hrachyshka1
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4: fixed regexp pattern for graphics pluginsIhar Hrachyshka1
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4-x11-free: generalize recipes, port them to INC_PRIhar Hrachyshka7
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4-tools-native: use INC_PRIhar Hrachyshka3
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4: style refinements, more generalizationIhar Hrachyshka3
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4-embedded: added directfb pluginIhar Hrachyshka1
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4-embedded: reworked directory layout for the next changes.Ihar Hrachyshka12
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-27qt4: make Qt 4.5.1 the default versionJeremy Lainé3
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>