bypass configure bootstrap for non-git builds
Change-Id: Ifa56297db0c5f198080a728f033393ab60eb1b74 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
parent
b32f3ba9e4
commit
fe0ff5d689
@ -42,6 +42,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set QTSRC=%~dp0
|
set QTSRC=%~dp0
|
||||||
set QTDIR=%CD%
|
set QTDIR=%CD%
|
||||||
|
if not exist %QTSRC%\.gitignore goto sconf
|
||||||
if exist configure.exe goto conf
|
if exist configure.exe goto conf
|
||||||
echo Please wait while bootstrapping configure ...
|
echo Please wait while bootstrapping configure ...
|
||||||
|
|
||||||
@ -116,4 +117,8 @@ cd ..\..
|
|||||||
|
|
||||||
:conf
|
:conf
|
||||||
configure.exe -srcdir %QTSRC% %* %nosyncqt%
|
configure.exe -srcdir %QTSRC% %* %nosyncqt%
|
||||||
|
goto exit
|
||||||
|
|
||||||
|
:sconf
|
||||||
|
%QTSRC%\configure.exe %*
|
||||||
:exit
|
:exit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user