bypass configure bootstrap for non-git builds

Change-Id: Ifa56297db0c5f198080a728f033393ab60eb1b74
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
Oswald Buddenhagen 2012-08-30 12:37:01 +02:00 committed by Qt by Nokia
parent b32f3ba9e4
commit fe0ff5d689

View File

@ -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