mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Update Qt to 6.7.0 on Linux
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user