aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2013-10-22 15:38:01 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-11-14 10:25:39 +0100
commitcefaba69a785c5221463f0eb496b749d5ddf8a5a (patch)
treed6296d203618969314155b1a52fe3cd3a73893bd
parent7b5ad04be2afad51b78093fc5b89bbfc5141def6 (diff)
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>
-rw-r--r--recipes-qt/qt5/qtwebkit-examples.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebkit-examples.inc b/recipes-qt/qt5/qtwebkit-examples.inc
index 38b2a7cb..50c28cdb 100644
--- a/recipes-qt/qt5/qtwebkit-examples.inc
+++ b/recipes-qt/qt5/qtwebkit-examples.inc
@@ -9,3 +9,4 @@ SRC_URI += " \
"
DEPENDS += "qtwebkit"
+RDEPENDS_${PN}-examples += "qtwebkit-qmlplugins"