summaryrefslogtreecommitdiffstats
path: root/tools/configure/main.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-01 12:40:03 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-18 17:10:39 +0000
commitc027cffbef6cb317a5a09e1785398c046f0a6395 (patch)
treedc3731a2d4786e18755683fb5de80510b0179ea6 /tools/configure/main.cpp
parent6a90c9a8e547a377f17d67db7072c19a163db95c (diff)
make the windows configure also use config_help.txt
specifically, make configure.bat dump the text file (which got some windows-specific adjustments). incidentally, this change removes the need for including a pre-built configure.exe into our source packages. Change-Id: Ib3515c113f3602767554fe1493df226551a7bf10 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tools/configure/main.cpp')
-rw-r--r--tools/configure/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/configure/main.cpp b/tools/configure/main.cpp
index 4d887023b4..426cdbd294 100644
--- a/tools/configure/main.cpp
+++ b/tools/configure/main.cpp
@@ -44,8 +44,6 @@ int runConfigure( int argc, char** argv )
app.parseCmdLine();
if (!app.isOk())
return 3;
- if( app.displayHelp() )
- return 1;
// Read license now, and exit if it doesn't pass.
// This lets the user see the command-line options of configure