mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 15:19:00 +08:00
79c5f022cb
* [qt] update to 6.4.2 * v db * qtspeech prepare for features if required ports get added * v db * retry * remove patch * add failing tmp port to get CI logs for qtwebengine .... * try deactivating jumbo build * add patch to fix std issue * remove tmp port * v db * deactivate qtspeech on x86 & windows due to call conv * v db
17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"name": "qtmqtt",
|
|
"version": "6.4.2",
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|