mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 21:47:55 +08:00
18 lines
293 B
JSON
18 lines
293 B
JSON
|
{
|
||
|
"name": "qhttpengine",
|
||
|
"version": "1.0.2",
|
||
|
"description": "HTTP server for Qt applications",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
"qt5-base",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|