vcpkg/ports/qt5-speech/vcpkg.json
2024-11-27 16:01:15 -08:00

19 lines
511 B
JSON

{
"name": "qt5-speech",
"version": "5.15.16",
"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"
]
}