mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
prepare.py: simplify qt5 clone
This commit is contained in:
@@ -1300,11 +1300,9 @@ release:
|
|||||||
|
|
||||||
if buildQt5:
|
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 -b v5.15.12-lts-lgpl https://github.com/qt/qt5.git qt_5_15_12
|
||||||
cd qt_5_15_12
|
cd qt_5_15_12
|
||||||
perl init-repository.pl --module-subset=qtbase,qtimageformats,qtsvg
|
perl init-repository --module-subset=qtbase,qtimageformats,qtsvg
|
||||||
git checkout v5.15.12-lts-lgpl
|
|
||||||
git submodule update qtbase qtimageformats qtsvg
|
|
||||||
depends:patches/qtbase_5.15.12/*.patch
|
depends:patches/qtbase_5.15.12/*.patch
|
||||||
cd qtbase
|
cd qtbase
|
||||||
win:
|
win:
|
||||||
|
Reference in New Issue
Block a user