vcpkg/ports/qtinterfaceframework/vcpkg.json
Billy O'Neal a4275b7eee
Update macOS machines for May 2024 (#38834)
* Run through the macOS update instructions one more time. I think
they're in a pretty good state now since this is the first attempt to
rerun them since we dropped Vagrant.
* Removed Parallels references for arm64.
* Removed references to removing Vagrant because it's no longer on any
of the hosts.
* Update macOS to 14.5.
* Update XCode CLT to 14.3.
2024-06-04 13:35:41 -07:00

42 lines
922 B
JSON

{
"name": "qtinterfaceframework",
"version": "6.7.0",
"port-version": 1,
"description": "The Qt Interface Framework module provides both the tools and the core APIs, for you to implement Middleware APIs, Middleware Back ends, and Middleware Services.",
"homepage": "https://www.qt.io/",
"license": null,
"dependencies": [
{
"name": "pkgconf",
"host": true
},
{
"name": "qtdeclarative",
"default-features": false
},
{
"name": "qtinterfaceframework",
"host": true,
"default-features": false
},
{
"name": "qtmultimedia",
"default-features": false
},
{
"name": "qtremoteobjects",
"default-features": false
},
{
"name": "qttools",
"default-features": false
},
"taglib",
{
"name": "vcpkg-get-python-packages",
"host": true,
"default-features": false
}
]
}