Update Qt to 6.3.1 in prepare script.
This commit is contained in:
parent
798998203a
commit
0f5d71434f
|
@ -1209,22 +1209,22 @@ mac:
|
|||
""")
|
||||
|
||||
if buildQt6:
|
||||
stage('qt_6_3_0', """
|
||||
stage('qt_6_3_1', """
|
||||
mac:
|
||||
git clone -b v6.3.0 https://code.qt.io/qt/qt5.git qt_6_3_0
|
||||
cd qt_6_3_0
|
||||
git clone -b v6.3.1 https://code.qt.io/qt/qt5.git qt_6_3_1
|
||||
cd qt_6_3_1
|
||||
perl init-repository --module-subset=qtbase,qtimageformats,qtsvg,qt5compat
|
||||
depends:patches/qtbase_6_3_0/*.patch
|
||||
depends:patches/qtbase_6_3_1/*.patch
|
||||
cd qtbase
|
||||
|
||||
find ../../patches/qtbase_6_3_0 -type f -print0 | sort -z | xargs -0 git apply
|
||||
find ../../patches/qtbase_6_3_1 -type f -print0 | sort -z | xargs -0 git apply
|
||||
cd ..
|
||||
|
||||
CONFIGURATIONS=-debug
|
||||
release:
|
||||
CONFIGURATIONS=-debug-and-release
|
||||
mac:
|
||||
./configure -prefix "$USED_PREFIX/Qt-6.3.0" \
|
||||
./configure -prefix "$USED_PREFIX/Qt-6.3.1" \
|
||||
$CONFIGURATIONS \
|
||||
-force-debug-info \
|
||||
-opensource \
|
||||
|
|
Loading…
Reference in New Issue