summaryrefslogtreecommitdiffstats
path: root/configure.bat
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-29 20:21:41 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-01 23:20:19 +0100
commit1e92e8d385cd689dfd26c60d3c98ae93bb99d466 (patch)
tree68269cfdc2a9e4afa33c01849f91372fce151f4f /configure.bat
parent0bb99c6ff36ac78e29cde445400aa279a5b3d978 (diff)
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>
Diffstat (limited to 'configure.bat')
-rw-r--r--configure.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.bat b/configure.bat
index e872de2797..f0b6ce5310 100644
--- a/configure.bat
+++ b/configure.bat
@@ -117,5 +117,5 @@ if errorlevel 1 (cd ..\.. & exit /b 1)
cd ..\..
:conf
-configure.exe -srcdir %QTSRC% %nosyncqt% %*
+configure.exe -srcdir %QTSRC% %* %nosyncqt%
:exit