vcpkg/ports/qt5-speech/vcpkg.json

20 lines
532 B
JSON

{
"name": "qt5-speech",
"version": "5.15.13",
"port-version": 1,
"description": "The Qt Speech module enables a Qt application to support accessibility features such as text-to-speech, which is useful for end-users who are visually challenged or cannot access the application for whatever reason.",
"license": null,
"dependencies": [
{
"name": "atlmfc",
"platform": "windows"
},
{
"name": "qt5-base",
"default-features": false
},
"qt5-declarative",
"qt5-multimedia"
]
}