diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-11-20 18:21:56 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-11-21 23:11:03 -0800 |
commit | 1e45e4460228a34ca2ecbae103d5d6a6e15e077b (patch) | |
tree | ecc81a69bc177b1cfc8155f58fc05aff9eee7a81 /app/app.pro | |
parent | 420321d7da0abecc4d49c4c0cb8bcd3b22269e1a (diff) |
navigation: qtvirtualkeyboardplugin: add virtual keyboard
Add Qt virtual keyboard plugin to allow the entering of addresses
Change-Id: Ic3a233b897e09bb09a4ca1cbdae241c34dc48656
Bug-AGL: SPEC-1068
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro index 3c0e40d..4eef717 100644 --- a/app/app.pro +++ b/app/app.pro @@ -5,6 +5,11 @@ PKGCONFIG += libhomescreen qlibwindowmanager QT = qml network quick positioning location quickcontrols2 +static { + QTPLUGIN += qtvirtualkeyboardplugin + QT += svg +} + SOURCES += main.cpp RESOURCES += \ |