summaryrefslogtreecommitdiffstats
path: root/configure.bat
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-26 12:33:03 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-26 14:22:51 +0000
commit85a36111bbed28b1ac2fa30df75aca50c8c50aec (patch)
tree38ba3ec1e916805b2ed5f89c0116034ab3fb3553 /configure.bat
parentd2f6f66a03482a0a694cf164ea11ff3513ab7f68 (diff)
don't rely on configure.exe being in source packages any more
now that configure.bat takes care of printing the help screen itself, there is no compelling reason to ship configure.exe in the source packages any more. consequently, always bootstrap it. Change-Id: I5bf0946549e3c426c1a4a94b1c22f6c0f4b4993c Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'configure.bat')
-rw-r--r--configure.bat4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.bat b/configure.bat
index 4fcf254a59..769cddbd1b 100644
--- a/configure.bat
+++ b/configure.bat
@@ -48,7 +48,6 @@ set QTDIR=%CD%
goto doargs
:doneargs
-if not exist %QTSRC%.gitignore goto sconf
echo Please wait while bootstrapping configure ...
for %%C in (clang-cl.exe cl.exe icl.exe g++.exe perl.exe jom.exe) do set %%C=%%~$PATH:C
@@ -136,8 +135,5 @@ goto exit
:help
type %QTSRC%config_help.txt
-goto exit
-:sconf
-%QTSRC%configure.exe %ARGS%
:exit