bypass configure bootstrap for non-git builds
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 30 Aug 2012 10:37:01 +0000 (12:37 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 5 Sep 2012 01:03:14 +0000 (03:03 +0200)
Change-Id: Ifa56297db0c5f198080a728f033393ab60eb1b74
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
configure.bat

index b5ffb14..3517424 100644 (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