aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtspeech/vcpkg.json
blob: c6aa918c12d43b4d8b444a3f0de2f2d22ec3c5b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "qtspeech",
  "version": "6.9.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.",
  "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
    }
  ]
}