From 5a4d469dcba9a2f843d9763f2966aad7c22a6b3d Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 30 Sep 2016 16:06:36 +0200 Subject: 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 --- configure.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.bat') 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 -- cgit v1.2.3