mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-20 08:03:45 +08:00
Qt 6.11.0-rc1 -> 6.11.0
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user