]> code.ossystems Code Review - openembedded-core.git/commit
qt4: Added support for QtMobility 1.2
authorDmitry Cherukhin <dima_ch@emcraft.com>
Thu, 6 Oct 2011 13:56:19 +0000 (15:56 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Oct 2011 12:32:23 +0000 (13:32 +0100)
commit5395ab6dc7cf3f1e1fd082b28cef50001d235750
tree41485b204b4e36373724d37028afc13e51c1cb74
parent1fdd82124834245f58680a44bdaacd1a264230b0
qt4: Added support for QtMobility 1.2

The QtMobility is a Qt add-on which allows to include standard mobile
functionality to Qt applications. For details, see
    http://qt.nokia.com/products/qt-addons/mobility/
The patch is intended to add support for the QtMobility 1.2 package to OE.

Added two recipes:
1) qt-mobility-x11 builds the QtMobility 1.2 package
   on the basis of Qt/X11 using the qt4-x11-free package;
2) qt-mobility-embedded builds the QtMobility 1.2 package
   on the basis of Qt/Embedded using the qt4-embedded package.

Signed-off-by: Dmitry Cherukhin <dima_ch@emcraft.com>
meta/recipes-qt/qt4/qt-mobility-embedded_1.2.0.bb [new file with mode: 0644]
meta/recipes-qt/qt4/qt-mobility-x11_1.2.0.bb [new file with mode: 0644]
meta/recipes-qt/qt4/qt-mobility_1.2.0.inc [new file with mode: 0644]