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

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: default avatarMarius Storm-Olsen <marius.storm-olsen@nokia.com>
parent 0bb99c6f
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -117,5 +117,5 @@ if errorlevel 1 (cd ..\.. & exit /b 1) ...@@ -117,5 +117,5 @@ if errorlevel 1 (cd ..\.. & exit /b 1)
cd ..\.. cd ..\..
:conf :conf
configure.exe -srcdir %QTSRC% %nosyncqt% %* configure.exe -srcdir %QTSRC% %* %nosyncqt%
:exit :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