summaryrefslogtreecommitdiffstats
path: root/configure.bat
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-09-30 16:06:36 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-10-04 08:25:08 +0000
commit5a4d469dcba9a2f843d9763f2966aad7c22a6b3d (patch)
tree777958177e102e37a9c0e1fdd99859bfa54ab247 /configure.bat
parent9e048799b830045715c4434ec02b8a7a89fd4d97 (diff)
rename configure.exe => configureapp.exe
now that the bat file is responsible for displaying the help in addition to bootstrapping configure, the exe file should not shadow it any more. amends c027cffbe. Change-Id: I5c8a52f59ff455575e646fae55cd214db98a3736 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
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 769cddbd1b..385b1e3556 100644
--- a/configure.bat
+++ b/configure.bat
@@ -130,7 +130,7 @@ if errorlevel 1 (cd ..\.. & exit /b 1)
cd ..\..
:conf
-configure.exe -srcdir %QTSRC% %ARGS%
+configureapp.exe -srcdir %QTSRC% %ARGS%
goto exit
:help