2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

update new script location in qt repo

This commit is contained in:
Kolya
2024-03-01 20:47:32 +01:00
committed by John Preston
parent 95b4fc0216
commit 50f51d0747

View File

@@ -1302,7 +1302,7 @@ if buildQt5:
stage('qt_5_15_12', """ stage('qt_5_15_12', """
git clone https://github.com/qt/qt5.git qt_5_15_12 git clone https://github.com/qt/qt5.git qt_5_15_12
cd qt_5_15_12 cd qt_5_15_12
perl init-repository --module-subset=qtbase,qtimageformats,qtsvg perl init-repository.pl --module-subset=qtbase,qtimageformats,qtsvg
git checkout v5.15.12-lts-lgpl git checkout v5.15.12-lts-lgpl
git submodule update qtbase qtimageformats qtsvg git submodule update qtbase qtimageformats qtsvg
depends:patches/qtbase_5.15.12/*.patch depends:patches/qtbase_5.15.12/*.patch