[qtbase] fix osx features (#31208)

This commit is contained in:
autoantwort 2023-05-02 22:23:58 +02:00 committed by GitHub
parent ee3fefebc7
commit efea264062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{
"name": "qtbase",
"version": "6.5.0",
"port-version": 1,
"description": "Qt Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
"homepage": "https://www.qt.io/",
"license": null,
@ -208,6 +209,14 @@
"freetype"
]
},
{
"name": "qtbase",
"default-features": false,
"features": [
"opengl"
],
"platform": "osx"
},
{
"name": "qtbase",
"default-features": false,

View File

@ -6638,7 +6638,7 @@
},
"qtbase": {
"baseline": "6.5.0",
"port-version": 0
"port-version": 1
},
"qtcharts": {
"baseline": "6.5.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a66d81c3d9432499f24c76df346a4daf5725f90b",
"version": "6.5.0",
"port-version": 1
},
{
"git-tree": "501903e9d1d55ca5dbeee2ff61c8c846e77fe7b3",
"version": "6.5.0",