aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtserialbus/vcpkg.json
blob: d60a1724392d1650a3db9fced7bbb1ebc361aa44 (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": "qtserialbus",
  "version": "6.9.1",
  "description": "The Qt Serial Bus API provides classes and functions to access the various industrial serial buses and protocols, such as CAN, ModBus, and others.",
  "homepage": "https://www.qt.io/",
  "license": null,
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "network"
      ]
    },
    {
      "name": "qtserialbus",
      "host": true,
      "default-features": false
    },
    {
      "name": "qtserialport",
      "default-features": false
    }
  ]
}