audacious: adjust qt5 version range

None of the Qt5 versions currently build for anything older than High
Sierra.
This commit is contained in:
Mohamed Akram
2026-06-09 19:21:34 +04:00
parent 87b9c265da
commit 4872d6d488
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ if {![variant_isset qt5]} {
}
}
if {![variant_isset qt6]} {
if {${os.platform} ne "darwin" || ${os.major} >= 15} {
if {${os.platform} ne "darwin" || ${os.major} >= 17} {
default_variants-append +qt5
}
}
+1 -1
View File
@@ -449,7 +449,7 @@ if {![variant_isset qt5]} {
}
}
if {![variant_isset qt6]} {
if {${os.platform} ne "darwin" || ${os.major} >= 15} {
if {${os.platform} ne "darwin" || ${os.major} >= 17} {
default_variants-append +qt5
}
}