]> code.ossystems Code Review - openembedded-core.git/commit
qt4: package QML plugins and correct their install directory
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 11 Aug 2011 22:25:27 +0000 (23:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Aug 2011 14:13:34 +0000 (15:13 +0100)
commit49c43e2bea64f70a22a2741ea280bd1c13e5110a
tree26d5fe4a2e6a4c5ecc725c9fc4c769f8e9711821
parent11f456f4f5c1d4b2aad93856ff6cbb4d7ce3969e
qt4: package QML plugins and correct their install directory

QML components from Qt were installed to ${prefix} before and never got
packaged. This is now fixed and QML components are now installed into
${libdir}/${QT_DIR_NAME}/imports and packaged into qt4-*-qml-plugins
package.

Additionally qmlviewer and the examples/demos are now dependent upon
these plugins as needed.

Originally based on OE commit 4adf97be8c5b5f71ad92095a19968af534baa9e2
by Simon Busch <morphis@gravedo.de>

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-qt/qt4/qt4-embedded.inc
meta/recipes-qt/qt4/qt4-x11-free.inc
meta/recipes-qt/qt4/qt4.inc