qtwebkit-examples: add missing RDEPENDS for qmlplugins

Some examples require qtwebkit-qmlplugins (flickerview, youtubeview),
and this dependency is not automatically added. Without this patch,
and without manually adding qtwekbit-qmlplugins, we get errors like
this:

qrc:///flickrview.qml:42:1: module "QtWebKit" is not installed

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Nicolas Dechesne
2013-10-22 15:38:01 +00:00
committed by Martin Jansa
parent 7b5ad04be2
commit cefaba69a7

View File

@@ -9,3 +9,4 @@ SRC_URI += " \
"
DEPENDS += "qtwebkit"
RDEPENDS_${PN}-examples += "qtwebkit-qmlplugins"