diff options
author | Joerg Bornemann <joerg.bornemann@qt.io> | 2021-03-11 14:56:42 +0100 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@qt.io> | 2021-03-11 16:39:54 +0100 |
commit | 24f790490fe4dd76374ad74d51a51d57331d620c (patch) | |
tree | 89a8d65720fb7f382ec889e07c1d553a4b290881 /configure.bat | |
parent | 081b5398f874d952637c278264c0f80139a8b08b (diff) | |
download | qtbase-24f790490fe4dd76374ad74d51a51d57331d620c.tar.gz |
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.bat | 4 |
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 |