aboutsummaryrefslogtreecommitdiff
path: root/ports/qtmqtt/vcpkg.json
blob: db5afd4eaaa4a7f7936f1a359b6dd4c97f675977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "qtmqtt",
  "version-semver": "6.2.0",
  "description": "Qt Module to implement MQTT protocol version 3.1 and 3.1.1 http://mqtt.org/",
  "homepage": "https://www.qt.io/",
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "network"
      ]
    }
  ]
}