From 6b37c984fb82a12f0b0e065093f5b180634a9ebe Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Wed, 9 Jan 2019 12:36:50 +0100 Subject: windeployqt: Deploy the Qt Virtual Keyboard plugins The plugins contain some of the asian languages and handwriting plugins, so these need to be deployed as well. Change-Id: I16a03653daefb81c85907220ba50639bb3582df1 Reviewed-by: Friedemann Kleint --- src/windeployqt/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp index 6b6e67d6c..955a3077c 100644 --- a/src/windeployqt/main.cpp +++ b/src/windeployqt/main.cpp @@ -805,6 +805,7 @@ static const PluginModuleMapping pluginModuleMappings[] = {"imageformats", QtGuiModule}, {"platforms", QtGuiModule}, {"platforminputcontexts", QtGuiModule}, + {"virtualkeyboard", QtGuiModule}, {"geoservices", QtLocationModule}, {"audio", QtMultimediaModule}, {"mediaservice", QtMultimediaModule}, -- cgit v1.2.3