From a509be99b03b93125ac671632a2bb4c08277e73f Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Tue, 26 Sep 2023 14:11:16 +0400 Subject: [PATCH] Update Qt to 6.6.0-rc1 on Linux --- Telegram/build/docker/centos_env/Dockerfile | 2 +- snap/snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index ed28bb53b..c6cc7117f 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -1,7 +1,7 @@ {%- set GIT = "https://github.com" -%} {%- set GIT_FREEDESKTOP = GIT ~ "/gitlab-freedesktop-mirrors" -%} {%- set QT = "6.6.0" -%} -{%- set QT_TAG = "v" ~ QT ~ "-beta4" -%} +{%- set QT_TAG = "v" ~ QT ~ "-rc1" -%} {%- set QT_PREFIX = "/usr/local/desktop-app/Qt-" ~ QT -%} {%- set OPENSSL_VER = "1_1_1" -%} {%- set OPENSSL_PREFIX = "/usr/local/desktop-app/openssl-1.1.1" -%} diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c0bb00f7b..053c97f62 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -462,7 +462,7 @@ parts: override-pull: | QT=6.6.0 - git clone -b v${QT}-beta4 --depth=1 https://code.qt.io/qt/qt5.git . + git clone -b v${QT}-rc1 --depth=1 https://code.qt.io/qt/qt5.git . git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qtshadertools cd qtbase