mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
18 lines
368 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|