aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qt5-serialbus/vcpkg.json
blob: 3ca54f5ad6c346e983a6f94290d5af952c11531f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "qt5-serialbus",
  "version": "5.15.18",
  "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.",
  "license": null,
  "dependencies": [
    {
      "name": "qt5-base",
      "default-features": false
    },
    "qt5-serialport"
  ]
}