vcpkg/ports/qt5-mqtt/vcpkg.json

14 lines
329 B
JSON
Raw Normal View History

{
"name": "qt5-mqtt",
2024-03-12 12:03:57 +08:00
"version": "5.15.13",
"port-version": 1,
"description": "Qt MQTT enables you to create applications and devices that can communicate over the MQ telemetry transport (MQTT) protocol.",
2022-03-08 03:27:29 +08:00
"license": null,
"dependencies": [
{
"name": "qt5-base",
"default-features": false
}
]
}