diff options
author | Joerg Koenig <Joerg.Koenig@techsat.com> | 2019-05-17 06:13:39 (GMT) |
---|---|---|
committer | Joerg Koenig <Joerg.Koenig@techsat.com> | 2019-05-17 06:13:39 (GMT) |
commit | 050a4848be764059f331e06cc8c589cef4c8b0ab (patch) | |
tree | 62489756f16a23f5d01993b93bef29fe8e2890cd /buildqt64.bat | |
parent | 19ffc9a3fdd541af201e01396b0ccbbbf69142a5 (diff) | |
download | Qt-050a4848be764059f331e06cc8c589cef4c8b0ab.zip Qt-050a4848be764059f331e06cc8c589cef4c8b0ab.tar.gz Qt-050a4848be764059f331e06cc8c589cef4c8b0ab.tar.bz2 |
Next dev stage
Change-Id: I2f2ee4822d159edd1448b746b2e692c1cd313b2f
Diffstat (limited to 'buildqt64.bat')
-rw-r--r-- | buildqt64.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildqt64.bat b/buildqt64.bat index 27e7c16..46407c5 100644 --- a/buildqt64.bat +++ b/buildqt64.bat @@ -85,7 +85,7 @@ call nmake install if %errorlevel% neq 0 exit /b %errorlevel%
cd %PREFIX%
-%BASEDIR%wintools\7za.exe a -tzip %BASEDIR%\qt-%QT_VERSION%-%INST_ARCH%.zip .\*
+%BASEDIR%wintools\7za.exe a -tzip %BASEDIR%\qt-%QT_FULL_VER%-%INST_ARCH%.zip .\*
cd %BASEDIR%
rm -Rf %OPENSSL%
|