diff options
Diffstat (limited to 'buildqt32.bat')
-rwxr-xr-x | buildqt32.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/buildqt32.bat b/buildqt32.bat index 4fcc5d3..d7d3c97 100755 --- a/buildqt32.bat +++ b/buildqt32.bat @@ -33,8 +33,6 @@ rem 32 - Bit SET INST_ARCH=x86-msvc
call %SDKDIR%setvcvars.bat 2019 x86
-goto Qt
-
rem Build OpenSSL
cd %BASEDIR%\%OPENSSL%
call perl Configure VC-WIN32 --prefix=%BASEDIR%/openssl/%INSTARCH%
@@ -50,7 +48,6 @@ call nmake -f ms\ntdll.mak install cd %BASEDIR%
rem QT
-:Qt
if not exist "%QT_SOURCE_ARCHIVE%" wget.exe -c "%DL_URL%"
if exist %SRC_DIR% (
|