Update Qt to 6.7.0 on Linux

This commit is contained in:
Ilya Fedin 2024-04-02 16:26:00 +04:00 committed by John Preston
parent 7fa3c6f8e8
commit 587b07a648
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{%- set GIT = "https://github.com" -%}
{%- set GIT_FREEDESKTOP = GIT ~ "/gitlab-freedesktop-mirrors" -%}
{%- set QT = "6.7.0" -%}
{%- set QT_TAG = "v" ~ QT ~ "-rc2" -%}
{%- set QT_TAG = "v" ~ QT -%}
{%- set CMAKE_VER = "3.27.6" -%}
{%- set CMAKE_FILE = "cmake-" ~ CMAKE_VER ~ "-Linux-x86_64.sh" -%}
{%- set CFLAGS_DEBUG = "-g -pipe -fPIC -fstack-protector-all -fstack-clash-protection -fcf-protection -D_GLIBCXX_ASSERTIONS" -%}

View file

@ -440,7 +440,7 @@ parts:
override-pull: |
QT=6.7.0
git clone -b v${QT}-rc2 --depth=1 https://github.com/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
cd qtbase