mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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 = "https://github.com" -%}
|
||||||
{%- set GIT_FREEDESKTOP = GIT ~ "/gitlab-freedesktop-mirrors" -%}
|
{%- set GIT_FREEDESKTOP = GIT ~ "/gitlab-freedesktop-mirrors" -%}
|
||||||
{%- set QT = "6.7.0" -%}
|
{%- set QT = "6.7.0" -%}
|
||||||
{%- set QT_TAG = "v" ~ QT ~ "-rc2" -%}
|
{%- set QT_TAG = "v" ~ QT -%}
|
||||||
{%- set CMAKE_VER = "3.27.6" -%}
|
{%- set CMAKE_VER = "3.27.6" -%}
|
||||||
{%- set CMAKE_FILE = "cmake-" ~ CMAKE_VER ~ "-Linux-x86_64.sh" -%}
|
{%- 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" -%}
|
{%- set CFLAGS_DEBUG = "-g -pipe -fPIC -fstack-protector-all -fstack-clash-protection -fcf-protection -D_GLIBCXX_ASSERTIONS" -%}
|
||||||
|
|
|
@ -440,7 +440,7 @@ parts:
|
||||||
override-pull: |
|
override-pull: |
|
||||||
QT=6.7.0
|
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
|
git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qtshadertools
|
||||||
|
|
||||||
cd qtbase
|
cd qtbase
|
||||||
|
|
Loading…
Add table
Reference in a new issue