mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 20:59:18 +08:00
1fd5ef71cc
* [Qt6] update to 6.5.1 * update version path * v db
17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"name": "qtmqtt",
|
|
"version": "6.5.1",
|
|
"description": "Qt Module to implement MQTT protocol version 3.1 and 3.1.1 http://mqtt.org/",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"network"
|
|
]
|
|
}
|
|
]
|
|
}
|