vcpkg/ports/qthttpserver/vcpkg.json
2024-11-22 14:05:29 -08:00

18 lines
368 B
JSON

{
"name": "qthttpserver",
"version": "6.8.0",
"description": "Qt HTTP Server supports building HTTP server functionality into an application.",
"homepage": "https://www.qt.io/",
"license": null,
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"concurrent",
"network"
]
}
]
}