aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qt5-speech/vcpkg.json
blob: 856cf054afe5380c2738dd2c890eac1481fd6d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "qt5-speech",
  "version": "5.15.18",
  "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"
  ]
}