From cde68778210d42f28e76c176a818887e74b52638 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 12 Dec 2013 14:49:37 +0200 Subject: [PATCH] windeployqt: Change command line option for QtHelp module to qthelp. Change-Id: Ie49a0139cde27fb384fce6320240c9eec3a1372f Reviewed-by: Joerg Bornemann --- src/windeployqt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp index 2ce6fcd..6a8e651 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" }, -- 2.7.4