vcpkg/ports/qthttpserver/vcpkg.json
Alexander Neumann 1fd5ef71cc
[Qt6] update to 6.5.1 (#31613)
* [Qt6] update to 6.5.1

* update version path

* v db
2023-05-26 13:47:34 -07:00

18 lines
317 B
JSON

{
"name": "qthttpserver",
"version": "6.5.1",
"description": "Qt Extension: Qt HTTP Server",
"homepage": "https://www.qt.io/",
"license": null,
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"concurrent",
"network"
]
}
]
}