diff options
author | Abhijit Potnis <abhijit_potnis@mentor.com> | 2013-08-20 18:19:14 +0530 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-26 09:33:49 +0200 |
commit | 2868f1a1838ab6a893fd01a05e61d582640a056d (patch) | |
tree | 6598014b0a0365b6c63893e43ff30e9c7300d37f /recipes-qt/qt5/qtwebkit-examples.inc | |
parent | 7c3a1a208df46fcf094b957cdd35f06729c53eda (diff) | |
download | meta-qt5-2868f1a1838ab6a893fd01a05e61d582640a056d.tar.gz |
qtwebkit-examples: Add module
Signed-off-by: Abhijit Potnis <abhijit_potnis@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebkit-examples.inc')
-rw-r--r-- | recipes-qt/qt5/qtwebkit-examples.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebkit-examples.inc b/recipes-qt/qt5/qtwebkit-examples.inc new file mode 100644 index 00000000..e8fa3e72 --- /dev/null +++ b/recipes-qt/qt5/qtwebkit-examples.inc | |||
@@ -0,0 +1,7 @@ | |||
1 | require qt5.inc | ||
2 | |||
3 | LICENSE = "BSD & LGPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://examples/webkitwidgets/scroller/wheel/main.cpp;endline=112;md5=6f92d041824c63426993c8ce3ae0eb77 \ | ||
5 | file://examples/webkitwidgets/imageanalyzer/imageanalyzer.cpp;endline=223;md5=13ffb472fefe4bdf6464954a22251f35" | ||
6 | |||
7 | DEPENDS += "qtwebkit" | ||