aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt4-embedded_4.5.2.bb
AgeCommit message (Collapse)Author
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: Use require instead of include to fail on missing includesHolger Hans Peter Freyther
2009-07-31qt4: Qt4.5 is released under LGPLv2.1 and GPLv3Holger Hans Peter Freyther
Update licensing bits on the Qt classes.
2009-07-07qt4: updated version to 4.5.2.Ihar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>