aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qhttpengine/vcpkg.json
blob: f1762479d4f8ed34a012dc4d929bc6f8c0368bdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "qhttpengine",
  "version": "1.0.2",
  "port-version": 1,
  "description": "HTTP server for Qt applications",
  "supports": "!uwp",
  "dependencies": [
    "qt5-base",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}