vcpkg/ports/qhttpengine/vcpkg.json
Vitaly a0a866ac68
[qhttpengine] New port (#22009)
* [qhttpengine] New port

* Update version database

* Fix the format of portfile.cmake

* Fix the format of portfile.cmake

* update version

* Remove duplicate build_shared_libs setting.

Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-14 11:27:43 -08:00

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
}
]
}