aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtlanguageserver/vcpkg.json
blob: 69e1b461a25269b172e549210b79d860b40ebef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "qtlanguageserver",
  "version": "6.9.1",
  "description": "An implementation of the Language Server Protocol.",
  "homepage": "https://www.qt.io/",
  "license": null,
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "concurrent",
        "network"
      ]
    },
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "gui"
      ],
      "platform": "android"
    }
  ]
}