aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qca/vcpkg.json
blob: 4861e32e40737e74f7acbd55a9e907a7c4d70ae1 (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
{
  "name": "qca",
  "version": "2.3.7",
  "port-version": 4,
  "description": "Qt Cryptographic Architecture (QCA).",
  "homepage": "https://userbase.kde.org/QCA",
  "dependencies": [
    {
      "name": "qt5compat",
      "default-features": false
    },
    {
      "name": "qtbase",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "botan"
  ],
  "features": {
    "botan": {
      "description": "Build with botan",
      "dependencies": [
        "botan"
      ]
    },
    "ossl": {
      "description": "Build with openssl",
      "dependencies": [
        "openssl"
      ]
    }
  }
}