1
0
Fork 0
mirror of https://gitlab.com/Syping/qt5-llvm-mingw-docker.git synced 2025-09-11 11:16:38 +02:00

Update to Qt 5.15.1

This commit is contained in:
Syping 2020-09-09 11:23:51 +02:00
parent 81a6945e0b
commit 734592ba18
3 changed files with 7 additions and 7 deletions

View file

@ -23,14 +23,14 @@ if [ ! "${CUSTOM_VERSION}" == "YES" ]; then
ZLIB_VERSION=1.2.11
LIBPNG_VERSION=1.6.37
LIBJPEGTURBO_VERSION=2.0.5
LIBRESSL_VERSION=3.1.3
LIBRESSL_VERSION=3.1.4
OPENSSL_VERSION=1.1.1g
ICU_VERSION=67.1
HB_VERSION=2.7.0 # HarfBuzz
HB_VERSION=2.7.2 # HarfBuzz
# Qt Framework
QT_SERIES=5.15 # (x.x).y
QT_BUILD=0 # x.x.(y)
QT_BUILD=1 # x.x.(y)
fi
# --------------------------------------