summaryrefslogtreecommitdiffstats
path: root/configure.bat
diff options
context:
space:
mode:
Diffstat (limited to 'configure.bat')
-rw-r--r--configure.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.bat b/configure.bat
index b5ffb14731..3517424e8a 100644
--- a/configure.bat
+++ b/configure.bat
@@ -42,6 +42,7 @@
@echo off
set QTSRC=%~dp0
set QTDIR=%CD%
+if not exist %QTSRC%\.gitignore goto sconf
if exist configure.exe goto conf
echo Please wait while bootstrapping configure ...
@@ -116,4 +117,8 @@ cd ..\..
:conf
configure.exe -srcdir %QTSRC% %* %nosyncqt%
+goto exit
+
+:sconf
+%QTSRC%\configure.exe %*
:exit