vcpkg/ports/vcpkg-qmake/vcpkg.json

19 lines
341 B
JSON
Raw Normal View History

{
"name": "vcpkg-qmake",
"version-date": "2023-03-22",
"documentation": "https://vcpkg.io/en/docs/README.html",
"license": "MIT",
"supports": "native",
"dependencies": [
"pkgconf",
{
"name": "qtbase",
"default-features": false
},
{
"name": "vcpkg-cmake-get-vars",
"host": true
}
]
}