aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-qtwebengine/vcpkg.json
blob: 545ad612023652c86391a7968c5e3cf86b823c08 (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
{
  "name": "vcpkg-ci-qtwebengine",
  "version-string": "ci",
  "description": "Testing qtwebengine",
  "license": null,
  "dependencies": [
    "qtwebengine",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "default-features": [
    "ci"
  ],
  "features": {
    "ci": {
      "description": "Default CI configuration",
      "dependencies": [
        {
          "name": "vcpkg-ci-qtwebengine",
          "default-features": false,
          "features": [
            "pdf"
          ],
          "platform": "android | ios | (linux & !x86) | osx | (windows & x64 & !static)"
        },
        {
          "name": "vcpkg-ci-qtwebengine",
          "default-features": false,
          "features": [
            "webengine"
          ],
          "platform": "!static & ((linux & !x86) | osx | (windows & x64 & !static))"
        }
      ]
    },
    "pdf": {
      "description": "Test PDF module"
    },
    "webengine": {
      "description": "Test WebEngine module"
    }
  }
}