fix configure -redo

-redo must be the first argument (except -srcdir, which we treat
differently), so let's pass the user arguments first.

Change-Id: I5da37d1a6e1aec67449daf64b8bd2ffcc0b075a4
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
This commit is contained in:
Oswald Buddenhagen 2012-02-29 20:21:41 +01:00 committed by Qt by Nokia
parent 0bb99c6ff3
commit 1e92e8d385

View File

@ -117,5 +117,5 @@ if errorlevel 1 (cd ..\.. & exit /b 1)
cd ..\..
:conf
configure.exe -srcdir %QTSRC% %nosyncqt% %*
configure.exe -srcdir %QTSRC% %* %nosyncqt%
:exit