Switch Qt to GitHub

This commit is contained in:
Ilya Fedin 2023-11-14 15:33:30 +04:00 committed by John Preston
parent bdee6e0155
commit cfc254bd90
3 changed files with 3 additions and 3 deletions

View File

@ -752,7 +752,7 @@ COPY --link --from=libwebp {{ LibrariesPath }}/libwebp-cache /
ENV OPENSSL_ROOT_DIR {{ OPENSSL_PREFIX }} ENV OPENSSL_ROOT_DIR {{ OPENSSL_PREFIX }}
RUN git clone -b {{ QT_TAG }} --depth=1 https://code.qt.io/qt/qt5.git qt_{{ QT }} \ RUN git clone -b {{ QT_TAG }} --depth=1 {{ GIT }}/qt/qt5.git qt_{{ QT }} \
&& cd qt_{{ QT }} \ && cd qt_{{ QT }} \
&& git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qtshadertools \ && git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qtshadertools \
&& cd qtbase \ && cd qtbase \

View File

@ -1388,7 +1388,7 @@ mac:
if buildQt6: if buildQt6:
stage('qt_6_2_6', """ stage('qt_6_2_6', """
mac: mac:
git clone -b v6.2.6-lts-lgpl https://code.qt.io/qt/qt5.git qt_6_2_6 git clone -b v6.2.6-lts-lgpl https://github.com/qt/qt5.git qt_6_2_6
cd qt_6_2_6 cd qt_6_2_6
perl init-repository --module-subset=qtbase,qtimageformats,qtsvg perl init-repository --module-subset=qtbase,qtimageformats,qtsvg
depends:patches/qtbase_6.2.6/*.patch depends:patches/qtbase_6.2.6/*.patch

View File

@ -480,7 +480,7 @@ parts:
override-pull: | override-pull: |
QT=6.6.0 QT=6.6.0
git clone -b v${QT} --depth=1 https://code.qt.io/qt/qt5.git . git clone -b v${QT} --depth=1 https://github.com/qt/qt5.git .
git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qtshadertools git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qtshadertools
cd qtbase cd qtbase