vcpkg/ports/qhttpengine/vcpkg.json
2022-03-21 12:31:03 -07:00

19 lines
314 B
JSON

{
"name": "qhttpengine",
"version": "1.0.2",
"port-version": 1,
"description": "HTTP server for Qt applications",
"supports": "!uwp",
"dependencies": [
"qt5-base",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}