1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(windows): update Qt to 5.12.5

This commit is contained in:
Maxim Biro 2019-09-17 21:57:11 -04:00 committed by Anthony Bilinski
parent 6bb2c7c629
commit 13f147141d
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -271,12 +271,12 @@ fi
QT_PREFIX_DIR="$DEP_DIR/libqt5" QT_PREFIX_DIR="$DEP_DIR/libqt5"
QT_MAJOR=5 QT_MAJOR=5
QT_MINOR=9 QT_MINOR=12
QT_PATCH=8 QT_PATCH=5
QT_VERSION=$QT_MAJOR.$QT_MINOR.$QT_PATCH QT_VERSION=$QT_MAJOR.$QT_MINOR.$QT_PATCH
# hash from https://download.qt.io/archive/qt/5.9/5.9.8/single/qt-everywhere-opensource-src-5.9.8.tar.xz.mirrorlist # hash from https://download.qt.io/archive/qt/5.12/5.12.5/single/qt-everywhere-src-5.12.5.tar.xz.mirrorlist
QT_HASH="86aca7dc37f161fc730a9d4f6bddf684962ca560327682e282ff61bf8b859c36" QT_HASH="a2299e21db7767caf98242767bffb18a2a88a42fee2d6a393bedd234f8c91298"
QT_FILENAME="qt-everywhere-opensource-src-$QT_VERSION.tar.xz" QT_FILENAME="qt-everywhere-src-$QT_VERSION.tar.xz"
if [ ! -f "$QT_PREFIX_DIR/done" ] if [ ! -f "$QT_PREFIX_DIR/done" ]
then then
rm -rf "$QT_PREFIX_DIR" rm -rf "$QT_PREFIX_DIR"
@ -322,7 +322,6 @@ then
-skip datavis3d \ -skip datavis3d \
-skip declarative \ -skip declarative \
-skip doc \ -skip doc \
-skip enginio \
-skip gamepad \ -skip gamepad \
-skip graphicaleffects \ -skip graphicaleffects \
-skip imageformats \ -skip imageformats \
@ -345,13 +344,13 @@ then
-skip wayland \ -skip wayland \
-skip webchannel \ -skip webchannel \
-skip webengine \ -skip webengine \
-skip webglplugin \
-skip websockets \ -skip websockets \
-skip webview \ -skip webview \
-skip x11extras \ -skip x11extras \
-skip xmlpatterns \ -skip xmlpatterns \
-no-dbus \ -no-dbus \
-no-icu \ -no-icu \
-no-qml-debug \
-no-compile-examples \ -no-compile-examples \
-qt-libjpeg \ -qt-libjpeg \
-qt-libpng \ -qt-libpng \