aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qt5-webengine/vcpkg.json
blob: 7b5bd5d3247fc8b77ed1933a4d53cb78e0bb6905 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
  "name": "qt5-webengine",
  "version": "5.15.18",
  "description": "Qt WebEngine provides functionality for rendering regions of dynamic web content.",
  "license": null,
  "supports": "!static",
  "dependencies": [
    {
      "name": "atl",
      "platform": "windows"
    },
    {
      "name": "dbus",
      "platform": "!windows"
    },
    {
      "name": "ffmpeg",
      "default-features": false,
      "platform": "!windows"
    },
    {
      "name": "icu",
      "platform": "!windows"
    },
    {
      "name": "qt5-base",
      "default-features": false,
      "features": [
        "openssl"
      ]
    },
    "qt5-declarative",
    "qt5-location",
    "qt5-quickcontrols",
    "qt5-quickcontrols2",
    "qt5-tools",
    "qt5-webchannel",
    {
      "name": "vcpkg-tool-nodejs",
      "host": true
    }
  ],
  "features": {
    "proprietary-codecs": {
      "description": "Enable proprietary-codecs in qtwebengine"
    }
  }
}