Update and fix recipes

This commit is contained in:
Ribbon 2026-07-09 09:32:54 -03:00
parent 753e0a6da5
commit 6a0f747f03
7 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
#TODO not compiled or tested
[source]
tar = "https://download.qt.io/official_releases/qt/6.10/6.10.0/submodules/qtdeclarative-everywhere-src-6.10.0.tar.xz"
tar = "https://download.qt.io/official_releases/qt/6.11/6.11.1/submodules/qtdeclarative-everywhere-src-6.11.1.tar.xz"
[build]
template = "configure"
template = "cmake"

View File

@ -1,5 +1,5 @@
#TODO not compiled or tested
[source]
tar = "https://download.qt.io/official_releases/qt/6.10/6.10.0/submodules/qtmultimedia-everywhere-src-6.10.0.tar.xz"
tar = "https://download.qt.io/official_releases/qt/6.11/6.11.1/submodules/qtmultimedia-everywhere-src-6.11.1.tar.xz"
[build]
template = "configure"
template = "cmake"

View File

@ -1,5 +1,5 @@
#TODO not compiled or tested
[source]
tar = "https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qt5compat-everywhere-src-6.6.1.tar.xz"
tar = "https://download.qt.io/official_releases/qt/6.11/6.11.1/submodules/qt5compat-everywhere-src-6.11.1.tar.xz"
[build]
template = "configure"
template = "cmake"

View File

@ -1,5 +1,5 @@
#TODO not compiled or tested
[source]
tar = "https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtshadertools-everywhere-src-6.6.1.tar.xz"
tar = "https://download.qt.io/official_releases/qt/6.11/6.11.1/submodules/qtshadertools-everywhere-src-6.11.1.tar.xz"
[build]
template = "configure"
template = "cmake"

View File

@ -1,5 +1,5 @@
#TODO not compiled or tested
[source]
tar = "https://download.qt.io/official_releases/qt/6.10/6.10.0/submodules/qtsvg-everywhere-src-6.10.0.tar.xz"
tar = "https://download.qt.io/official_releases/qt/6.11/6.11.1/submodules/qtsvg-everywhere-src-6.11.1.tar.xz"
[build]
template = "configure"
template = "cmake"

View File

@ -1,5 +1,5 @@
#TODO not compiled or tested
[source]
tar = "https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qttools-everywhere-src-6.6.1.tar.xz"
tar = "https://download.qt.io/official_releases/qt/6.11/6.11.1/submodules/qttools-everywhere-src-6.11.1.tar.xz"
[build]
template = "configure"
template = "cmake"