Commit fe0ff5d6 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen Committed by Qt by Nokia
Browse files

bypass configure bootstrap for non-git builds


Change-Id: Ifa56297db0c5f198080a728f033393ab60eb1b74
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@nokia.com>
parent b32f3ba9
No related merge requests found
Showing with 5 additions and 0 deletions
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment