aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtmqtt/vcpkg.json
blob: 4ee7cedab8cc833744d94866b5cf350afc1be361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "qtmqtt",
  "version": "6.9.1",
  "description": "The Qt MQTT module provides a standard compliant implementation of the MQTT protocol specification.",
  "homepage": "https://www.qt.io/",
  "license": null,
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "network"
      ]
    }
  ]
}