vcpkg/ports/qtmqtt/vcpkg.json

18 lines
381 B
JSON

{
"name": "qtmqtt",
"version": "6.6.1",
"port-version": 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"
]
}
]
}