mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:29:01 +08:00
af87405d7b
* [qt] update to 6.4.3 * fix patches * v db
27 lines
480 B
JSON
27 lines
480 B
JSON
{
|
|
"name": "qtspeech",
|
|
"version": "6.4.3",
|
|
"description": "Qt Speech support",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"supports": "!(windows & x86)",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui",
|
|
"widgets"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtdeclarative",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qtmultimedia",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|