mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:29:01 +08:00
18368dba5b
* update qt to 6.6.1 * adjust patch * v db add qtgraphs to qt metaport * v db * remove copypasta * v db
27 lines
480 B
JSON
27 lines
480 B
JSON
{
|
|
"name": "qtspeech",
|
|
"version": "6.6.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|