Skip to content

Commit

Permalink
Update Qt to 6.4.0 rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Sep 16, 2022
1 parent 1043467 commit 552d96d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Telegram/build/docker/centos_env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- set GIT = "https://github.com" -%}
{%- set GIT_FREEDESKTOP = GIT ~ "/gitlab-freedesktop-mirrors" -%}
{%- set QT = "6_4_0" -%}
{%- set QT_TAG = "v6.4.0-beta4" -%}
{%- set QT_TAG = "v6.4.0-rc1" -%}
{%- set QT_PREFIX = "/usr/local/desktop-app/Qt-6.4.0" -%}
{%- set OPENSSL_VER = "1_1_1" -%}
{%- set OPENSSL_PREFIX = "/usr/local/desktop-app/openssl-1.1.1" -%}
Expand Down Expand Up @@ -48,7 +48,7 @@ RUN mkdir /opt/cmake \
FROM builder AS patches
RUN git clone {{ GIT }}/desktop-app/patches.git \
&& cd patches \
&& git checkout 88c251102f \
&& git checkout 355c563138 \
&& rm -rf .git

FROM builder AS extra-cmake-modules
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ parts:
override-pull: |
QT=6_4_0
git clone -b v6.4.0-beta4 --depth=1 git://code.qt.io/qt/qt5.git .
git clone -b v6.4.0-rc1 --depth=1 git://code.qt.io/qt/qt5.git .
perl init-repository --module-subset=qtbase,qtwayland,qtimageformats,qtsvg,qt5compat
cd qtbase
Expand Down Expand Up @@ -446,7 +446,7 @@ parts:
qttools:
source: git://code.qt.io/qt/qttools.git
source-depth: 1
source-tag: v6.4.0-beta4
source-tag: v6.4.0-rc1
plugin: cmake
build-packages:
- clang
Expand Down

0 comments on commit 552d96d

Please sign in to comment.