aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtkeychain/vcpkg.json
blob: 86f90063a63ba7e686154125348226c5287e6867 (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
{
  "name": "qtkeychain",
  "version": "0.14.3",
  "description": "(Unaffiliated with Qt) Platform-independent Qt5 API for storing passwords securely",
  "homepage": "https://github.com/frankosterfeld/qtkeychain",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "libsecret",
      "platform": "!(windows | uwp | osx)"
    },
    "qt5-base",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "translations"
  ],
  "features": {
    "translations": {
      "description": "Build qtkeychain translations",
      "dependencies": [
        "qt5-tools"
      ]
    }
  }
}