aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtkeychain-qt6/vcpkg.json
blob: 8a5e296bcca3a454b2052fa6e9c244c4a02ebf77 (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
{
  "name": "qtkeychain-qt6",
  "version": "0.14.3",
  "description": "(Unaffiliated with Qt) Platform-independent Qt6 API for storing passwords securely",
  "homepage": "https://github.com/frankosterfeld/qtkeychain",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "libsecret",
      "platform": "linux"
    },
    {
      "name": "qtbase",
      "default-features": false
    },
    {
      "name": "qttools",
      "host": true,
      "features": [
        "linguist"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}