summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-07-13 14:58:14 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-07-14 12:45:58 +0000
commitb8f87004d3c71f6faff0737d60a894f1a22b23e7 (patch)
tree95b1ecba1b27dbd5552c1cf3bc56a5529307a809
parentf8630e85cd012f48b4dbf362e9ad633603bb80e0 (diff)
downloadqttools-b8f87004d3c71f6faff0737d60a894f1a22b23e7.tar.gz
windeployqt: Deploy plugins in platforminputcontexts for QtGui.
Change-Id: I7fe4d21b078bf2e0812acb0f688fb64cb4fdfddb Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
-rw-r--r--src/windeployqt/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp
index b287a44ae..ae2eb5b89 100644
--- a/src/windeployqt/main.cpp
+++ b/src/windeployqt/main.cpp
@@ -721,7 +721,8 @@ private:
static inline quint64 qtModuleForPlugin(const QString &subDirName)
{
if (subDirName == QLatin1String("accessible") || subDirName == QLatin1String("iconengines")
- || subDirName == QLatin1String("imageformats") || subDirName == QLatin1String("platforms")) {
+ || subDirName == QLatin1String("imageformats") || subDirName == QLatin1String("platforms")
+ || subDirName == QLatin1String("platforminputcontexts")) {
return QtGuiModule;
}
if (subDirName == QLatin1String("bearer"))