vcpkg/ports/qtmqtt/vcpkg.json
2024-06-20 20:19:25 -07:00

17 lines
360 B
JSON

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