diff options
author | Jonathan Liu <net147@gmail.com> | 2016-05-16 10:58:23 +1000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-18 21:29:57 +0200 |
commit | ee697dda792764d491a77d8dd3709e743bbe5107 (patch) | |
tree | e33f991dd3e999fa7f94d88e9131ccad8d2a1195 | |
parent | f91d2c5d370a65b424e0781a08f858eb42af247b (diff) | |
download | meta-qt5-ee697dda792764d491a77d8dd3709e743bbe5107.tar.gz |
qtvirtualkeyboard: add recipe
Qt Virtual Keyboard module was added in Qt 5.7.
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtvirtualkeyboard_git.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtvirtualkeyboard_git.bb b/recipes-qt/qt5/qtvirtualkeyboard_git.bb new file mode 100644 index 00000000..a8fcb9c3 --- /dev/null +++ b/recipes-qt/qt5/qtvirtualkeyboard_git.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require qt5.inc | ||
2 | require qt5-git.inc | ||
3 | |||
4 | LICENSE = "GPL-3.0" | ||
5 | LIC_FILES_CHKSUM = " \ | ||
6 | file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
7 | " | ||
8 | |||
9 | DEPENDS += "qtbase qtdeclarative qtmultimedia qtquickcontrols qtsvg qtxmlpatterns" | ||
10 | |||
11 | SRCREV = "42344a4b21b95bce913d60267d554ac17e120af1" | ||