summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-12-12 14:49:37 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-12 14:24:40 +0100
commitcde68778210d42f28e76c176a818887e74b52638 (patch)
treee50f1b75151ccaabb930ff2f9a12fba72fcbf271
parent531440af4ef7628aa2ed3c1fbb5abb1b38141b13 (diff)
windeployqt: Change command line option for QtHelp module to qthelp.
Change-Id: Ie49a0139cde27fb384fce6320240c9eec3a1372f Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--src/windeployqt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp
index 2ce6fcd49..6a8e651c5 100644
--- a/src/windeployqt/main.cpp
+++ b/src/windeployqt/main.cpp
@@ -111,7 +111,7 @@ QtModuleEntry qtModuleEntries[] = {
{ QtDesignerComponents, "designercomponents", "Qt5DesignerComponents", 0 },
{ QtDesignerModule, "designer", "Qt5Designer", 0 },
{ QtGuiModule, "gui", "Qt5Gui", "qtbase" },
- { QtHelpModule, "help", "Qt5Help", "qt_help" },
+ { QtHelpModule, "qthelp", "Qt5Help", "qt_help" },
{ QtMultimediaModule, "multimedia", "Qt5Multimedia", "qtmultimedia" },
{ QtMultimediaWidgetsModule, "multimediawidgets", "Qt5MultimediaWidgets", "qtmultimedia" },
{ QtNetworkModule, "network", "Qt5Network", "qtbase" },