summaryrefslogtreecommitdiffstats
path: root/configure.bat
diff options
context:
space:
mode:
Diffstat (limited to 'configure.bat')
-rw-r--r--configure.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.bat b/configure.bat
index 4771bbda1a..ae42248f12 100644
--- a/configure.bat
+++ b/configure.bat
@@ -34,7 +34,7 @@
@echo off
set QTSRC=%~dp0
set QTDIR=%CD%
-if not exist %QTSRC%\.gitignore goto sconf
+if not exist %QTSRC%.gitignore goto sconf
echo Please wait while bootstrapping configure ...
for %%C in (cl.exe icl.exe g++.exe perl.exe) do set %%C=%%~$PATH:C
@@ -59,7 +59,7 @@ if errorlevel 1 goto exit
echo #### Generated by configure.bat - DO NOT EDIT! ####> Makefile
echo/>> Makefile
-for /f "tokens=3 usebackq" %%V in (`findstr QT_VERSION_STR %QTSRC%\src\corelib\global\qglobal.h`) do @echo QTVERSION = %%~V>> Makefile
+for /f "tokens=3 usebackq" %%V in (`findstr QT_VERSION_STR %QTSRC%src\corelib\global\qglobal.h`) do @echo QTVERSION = %%~V>> Makefile
if not "%cl.exe%" == "" (
echo CXX = cl>>Makefile
echo EXTRA_CXXFLAGS =>>Makefile
@@ -99,5 +99,5 @@ configure.exe -srcdir %QTSRC% %*
goto exit
:sconf
-%QTSRC%\configure.exe %*
+%QTSRC%configure.exe %*
:exit