vcpkg/ports/qt5-speech/vcpkg.json
2024-09-08 11:46:15 -07:00

19 lines
511 B
JSON

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