Qt 6.11.0-rc1 -> 6.11.0

This commit is contained in:
Ilya Fedin
2026-03-23 13:49:11 +04:00
committed by John Preston
parent 06c5154e99
commit ba4715a3af
3 changed files with 3 additions and 3 deletions

View File

@@ -739,7 +739,7 @@ COPY --link --from=openssl /usr/src/openssl-cache /
COPY --link --from=xkbcommon /usr/src/xkbcommon-cache / COPY --link --from=xkbcommon /usr/src/xkbcommon-cache /
ENV QT=6.11.0 ENV QT=6.11.0
RUN git clone -b v$QT-rc1 --depth=1 https://github.com/qt/qt5.git \ RUN git clone -b v$QT --depth=1 https://github.com/qt/qt5.git \
&& cd qt5 \ && cd qt5 \
&& 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

@@ -1582,7 +1582,7 @@ mac:
make install make install
""") """)
else: # qt > '6' else: # qt > '6'
branch = 'v$QT' + ('-lts-lgpl' if qt.startswith('6.2.') else '-rc1') branch = 'v$QT' + ('-lts-lgpl' if qt.startswith('6.2.') else '')
stage('qt_' + qt, """ stage('qt_' + qt, """
git clone -b """ + branch + """ https://github.com/qt/qt5.git qt_$QT git clone -b """ + branch + """ https://github.com/qt/qt5.git qt_$QT
cd qt_$QT cd qt_$QT

View File

@@ -403,7 +403,7 @@ parts:
qt: qt:
source: https://github.com/qt/qt5.git source: https://github.com/qt/qt5.git
source-depth: 1 source-depth: 1
source-tag: v6.11.0-rc1 source-tag: v6.11.0
source-submodules: source-submodules:
- qtbase - qtbase
- qtdeclarative - qtdeclarative