Skip to content
Snippets Groups Projects
Commit febc4108 authored by Samuli Piippo's avatar Samuli Piippo
Browse files

Update Qt Virtual Keyboard to 2.0


Enable all special keyboard layouts.

Change-Id: I9309ce058dabe4ba9da5c5d0c1c62c60d02cfda8
Reviewed-by: default avatarTeemu Holappa <teemu.holappa@theqtcompany.com>
parent 87619cd8
No related branches found
No related tags found
No related merge requests found
......@@ -22,20 +22,23 @@
DESCRIPTION = "Qt Virtual Keyboard"
LICENSE = "QtEnterprise"
LIC_FILES_CHKSUM = "file://src/virtualkeyboard/plugin.cpp;md5=e0b36905c697f1be9c35712f4aced6e0;beginline=1;endline=17"
LIC_FILES_CHKSUM = "file://src/virtualkeyboard/plugin.cpp;md5=8913d0b71519756d2e83db02b9629bbd;beginline=1;endline=17"
inherit qt5-module qtquickcompiler sdk-sources
SRC_URI = " \
git://codereview.qt-project.org/qt/tqtc-qtvirtualkeyboard;branch=${BRANCH};protocol=ssh;sdk-uri=EnterpriseAddOns/QtVirtualKeyboard/1.3/Src \
git://codereview.qt-project.org/qt/tqtc-qtvirtualkeyboard;branch=${BRANCH};protocol=ssh;sdk-uri=EnterpriseAddOns/QtVirtualKeyboard/2.0/Src \
"
# v1.3.1
SRCREV = "c2c362d9f313441351e5e7167e22b4fd1b7012a8"
BRANCH = "1.3"
SRCREV = "296f52c04968a06200f256dfaf58c563bf193f10"
BRANCH = "master"
S = "${WORKDIR}/git"
DEPENDS = "qtbase qtdeclarative hunspell"
DEPENDS = "qtbase qtdeclarative qtsvg hunspell"
EXTRA_QMAKEVARS_PRE += "CONFIG+=disable-desktop"
EXTRA_QMAKEVARS_PRE += "CONFIG+=disable-desktop CONFIG+=pinyin CONFIG+=hangul CONFIG+=openwnn CONFIG+=tcime"
PACKAGES += "${PN}-dictionaries"
RRECOMMENDS_${PN} += "${PN}-dictionaries"
FILES_${PN}-dictionaries = "${OE_QMAKE_PATH_DATA}/qtvirtualkeyboard/*/*.dat"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment