summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebkit-examples_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-24 03:30:32 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2018-09-25 09:22:19 +0000
commitdb45ea6ad839c176b9a01a15de74034d14012a76 (patch)
tree943810c73ec0ba859df837a344e0d4016dd5193a /recipes-qt/qt5/qtwebkit-examples_git.bb
parentd498eb607514eefaf0548c4377d5c8cdbdcb46c3 (diff)
downloadmeta-qt5-db45ea6ad839c176b9a01a15de74034d14012a76.tar.gz
qtwebkit-examples: Fix build with QT 5.11
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebkit-examples_git.bb')
-rw-r--r--recipes-qt/qt5/qtwebkit-examples_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebkit-examples_git.bb b/recipes-qt/qt5/qtwebkit-examples_git.bb
index c19fecdb..4b635bdf 100644
--- a/recipes-qt/qt5/qtwebkit-examples_git.bb
+++ b/recipes-qt/qt5/qtwebkit-examples_git.bb
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = " \
11 file://examples/webkitwidgets/imageanalyzer/imageanalyzer.cpp;endline=39;md5=b0739af76072fbe303dc04b6941e054f \ 11 file://examples/webkitwidgets/imageanalyzer/imageanalyzer.cpp;endline=39;md5=b0739af76072fbe303dc04b6941e054f \
12" 12"
13 13
14SRC_URI += "file://0001-Fix-build-with-qt-5.11.patch"
15
14PACKAGECONFIG ?= "examples" 16PACKAGECONFIG ?= "examples"
15 17
16DEPENDS += "qtwebkit qtxmlpatterns" 18DEPENDS += "qtwebkit qtxmlpatterns"