summaryrefslogtreecommitdiffstats
path: root/configure.bat
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-03-11 14:56:42 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-03-11 16:39:54 +0100
commit24f790490fe4dd76374ad74d51a51d57331d620c (patch)
tree89a8d65720fb7f382ec889e07c1d553a4b290881 /configure.bat
parent081b5398f874d952637c278264c0f80139a8b08b (diff)
Remove superfluous variable assignments from configure.bat
Change-Id: I18d17a4ec8f5a33cb13282b584ecd75dd861d040 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'configure.bat')
-rw-r--r--configure.bat4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.bat b/configure.bat
index 640051f750..36fae68144 100644
--- a/configure.bat
+++ b/configure.bat
@@ -53,10 +53,6 @@ echo ERROR: You cannot configure qtbase separately within a top-level build. >&2
exit /b 1
:wastoplevel
-set SYNCQT=
-set PLATFORM=
-set MAKE=
-set CMAKE=true
call :doargs %ARGS%
if errorlevel 1 exit /b
goto doneargs