qtwebkit-examples: Add module

Signed-off-by: Abhijit Potnis <abhijit_potnis@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Abhijit Potnis 2013-08-20 18:19:14 +05:30 committed by Martin Jansa
parent 7c3a1a208d
commit 2868f1a183
5 changed files with 25 additions and 0 deletions

View File

@ -16,6 +16,7 @@ PREFERRED_VERSION_qtsensors = "${QT5_VERSION}"
PREFERRED_VERSION_qtscript = "${QT5_VERSION}"
PREFERRED_VERSION_qtsvg = "${QT5_VERSION}"
PREFERRED_VERSION_qtwebkit = "${QT5_VERSION}"
PREFERRED_VERSION_qtwebkit-examples = "${QT5_VERSION}"
PREFERRED_VERSION_qtxmlpatterns = "${QT5_VERSION}"
# append % only if it isn't included already

View File

@ -0,0 +1,7 @@
require qt5.inc
LICENSE = "BSD & LGPLv2+"
LIC_FILES_CHKSUM = "file://examples/webkitwidgets/scroller/wheel/main.cpp;endline=112;md5=6f92d041824c63426993c8ce3ae0eb77 \
file://examples/webkitwidgets/imageanalyzer/imageanalyzer.cpp;endline=223;md5=13ffb472fefe4bdf6464954a22251f35"
DEPENDS += "qtwebkit"

View File

@ -0,0 +1,8 @@
require qt5-${PV}.inc
require ${PN}.inc
# was renamed to just qtwebkit-examples in 5.1
QT_MODULE = "qtwebkit-examples-and-demos"
SRC_URI[md5sum] = "9c48df80ba9bb3587b4d6ec35daf840a"
SRC_URI[sha256sum] = "10981ae3a6775387badce33542733d63895c5a62b3b33e0973d782ec1b9174e6"

View File

@ -0,0 +1,5 @@
require qt5-${PV}.inc
require ${PN}.inc
SRC_URI[md5sum] = "a27360f16e4ca31e3d1098d1b2feba73"
SRC_URI[sha256sum] = "f8078a87df729103e6009432e5b784531842997197827f67db8a34f1715f8921"

View File

@ -0,0 +1,4 @@
require qt5-git.inc
require ${PN}.inc
SRCREV = "08118e862731b5ce91368d326a04b4a565e7f483"