vcpkg/ports/qthttpserver/vcpkg.json
2024-10-08 16:08:56 -04:00

18 lines
368 B
JSON

{
"name": "qthttpserver",
"version": "6.7.3",
"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"
]
}
]
}