summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2019-01-09 12:36:50 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2019-01-09 18:48:09 +0000
commit6b37c984fb82a12f0b0e065093f5b180634a9ebe (patch)
treed9c5c92c5310babb0edcc2f744a93d32a1dd8862
parent4f101ffed20065cf7ad307a584f00ae719982110 (diff)
downloadqttools-6b37c984fb82a12f0b0e065093f5b180634a9ebe.tar.gz
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 <Friedemann.Kleint@qt.io>
-rw-r--r--src/windeployqt/main.cpp1
1 files changed, 1 insertions, 0 deletions
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},