aboutsummaryrefslogtreecommitdiff
path: root/ports/qtnetworkauth/vcpkg.json
blob: 9ac791bbe4477127441621cc8c7b91b861b43be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "qtnetworkauth",
  "version-semver": "6.2.0",
  "description": "Qt Network Authenticators; QtOAuth in particular",
  "homepage": "https://www.qt.io/",
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "network"
      ]
    }
  ]
}