mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-16 20:21:56 +02:00
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:
committed by
Martin Jansa
parent
7b5ad04be2
commit
cefaba69a7
@@ -9,3 +9,4 @@ SRC_URI += " \
|
||||
"
|
||||
|
||||
DEPENDS += "qtwebkit"
|
||||
RDEPENDS_${PN}-examples += "qtwebkit-qmlplugins"
|
||||
|
||||
Reference in New Issue
Block a user