aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qthttpserver/vcpkg.json
blob: 5f7def1e0ad0325c493fcdc5da696ebaf438e552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "qthttpserver",
  "version": "6.9.1",
  "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"
      ]
    }
  ]
}