1
0
Fork 0
mirror of https://gitlab.com/Syping/qt5-llvm-mingw-docker.git synced 2025-09-24 01:21:41 +02:00

Update Qt and libraries

This commit is contained in:
Syping 2020-11-21 17:47:28 +01:00
parent c83067b134
commit 2172e1ba6f
4 changed files with 19 additions and 16 deletions

View file

@ -22,15 +22,15 @@ if [ ! "${CUSTOM_VERSION}" == "YES" ]; then
# Third Party
ZLIB_VERSION=1.2.11
LIBPNG_VERSION=1.6.37
LIBJPEGTURBO_VERSION=2.0.5
LIBRESSL_VERSION=3.1.4
OPENSSL_VERSION=1.1.1g
ICU_VERSION=67.1
LIBJPEGTURBO_VERSION=2.0.6
LIBRESSL_VERSION=3.2.2
OPENSSL_VERSION=1.1.1h
ICU_VERSION=68.1
HB_VERSION=2.7.2 # HarfBuzz
# Qt Framework
QT_SERIES=5.15 # (x.x).y
QT_BUILD=1 # x.x.(y)
QT_BUILD=2 # x.x.(y)
fi
# --------------------------------------