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

@ -12,14 +12,14 @@ ENV QT_SYSCONF_DIR /etc/xdg
# Custom Version
ENV CUSTOM_VERSION YES
ENV QT_SERIES 5.15
ENV QT_BUILD 0
ENV QT_BUILD 1
ENV ZLIB_VERSION 1.2.11
ENV LIBPNG_VERSION 1.6.37
ENV LIBJPEGTURBO_VERSION 2.0.5
ENV LIBRESSL_VERSION 3.1.3
ENV OPENSSL_VERSION 1.1.1g
ENV ICU_VERSION 67.1
ENV HB_VERSION 2.7.0
ENV HB_VERSION 2.7.2
# SSL Choice
ENV CUSTOM_SSL YES

View File

@ -12,14 +12,14 @@ ENV QT_SYSCONF_DIR /etc/xdg
# Custom Version
ENV CUSTOM_VERSION YES
ENV QT_SERIES 5.15
ENV QT_BUILD 0
ENV QT_BUILD 1
ENV ZLIB_VERSION 1.2.11
ENV LIBPNG_VERSION 1.6.37
ENV LIBJPEGTURBO_VERSION 2.0.5
ENV LIBRESSL_VERSION 3.1.3
ENV OPENSSL_VERSION 1.1.1g
ENV ICU_VERSION 67.1
ENV HB_VERSION 2.7.0
ENV HB_VERSION 2.7.2
# SSL Choice
ENV CUSTOM_SSL YES

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
# --------------------------------------