diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2013-10-22 15:38:01 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-03 22:38:58 +0100 |
commit | ffe8a0e0ad7e8594ace8c36abb11503bd1668658 (patch) | |
tree | c14491dffa1ac489993a770bc332df4885e00d96 | |
parent | 9f0f1dc647f1097058218cd2e31ed5d054d5164f (diff) | |
download | meta-qt5-ffe8a0e0ad7e8594ace8c36abb11503bd1668658.tar.gz |
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.inc | 1 |
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 += " \ | |||
9 | " | 9 | " |
10 | 10 | ||
11 | DEPENDS += "qtwebkit" | 11 | DEPENDS += "qtwebkit" |
12 | RDEPENDS_${PN}-examples += "qtwebkit-qmlplugins" | ||