mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Update Qt to 6.7.0 on Linux
This commit is contained in:
parent
7fa3c6f8e8
commit
587b07a648
2 changed files with 2 additions and 2 deletions
|
@ -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" -%}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue