aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtconnectivity/vcpkg.json
blob: 054a8dd4bf038a8ba70d30a1a317b02df6913f6f (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
{
  "name": "qtconnectivity",
  "version": "6.9.1",
  "description": "The Qt Connectivity module provides access to Bluetooth and NFC hardware.",
  "homepage": "https://www.qt.io/",
  "license": null,
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "gui",
        "network"
      ]
    },
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "dbus"
      ],
      "platform": "!(windows & static) & !android & !ios"
    }
  ]
}