mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:43:02 +08:00
[qtbase] fix osx features (#31208)
This commit is contained in:
parent
ee3fefebc7
commit
efea264062
@ -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,
|
||||
|
@ -6638,7 +6638,7 @@
|
||||
},
|
||||
"qtbase": {
|
||||
"baseline": "6.5.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"qtcharts": {
|
||||
"baseline": "6.5.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a66d81c3d9432499f24c76df346a4daf5725f90b",
|
||||
"version": "6.5.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "501903e9d1d55ca5dbeee2ff61c8c846e77fe7b3",
|
||||
"version": "6.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user