diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-09-24 03:30:32 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-09-25 09:22:19 +0000 |
commit | db45ea6ad839c176b9a01a15de74034d14012a76 (patch) | |
tree | 943810c73ec0ba859df837a344e0d4016dd5193a /recipes-qt/qt5/qtwebkit-examples_git.bb | |
parent | d498eb607514eefaf0548c4377d5c8cdbdcb46c3 (diff) | |
download | meta-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.bb | 2 |
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 | ||
14 | SRC_URI += "file://0001-Fix-build-with-qt-5.11.patch" | ||
15 | |||
14 | PACKAGECONFIG ?= "examples" | 16 | PACKAGECONFIG ?= "examples" |
15 | 17 | ||
16 | DEPENDS += "qtwebkit qtxmlpatterns" | 18 | DEPENDS += "qtwebkit qtxmlpatterns" |