aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qt5-multimedia/vcpkg.json
blob: 2c3e14345d3295fd5ae4b09dbb8f46e5ceab0a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "qt5-multimedia",
  "version": "5.15.18",
  "description": "Qt Multimedia is an essential module that provides a rich set of QML types and C++ classes to handle multimedia content. It also provides necessary APIs to access the camera and radio functionality.",
  "license": null,
  "dependencies": [
    {
      "name": "qt5-base",
      "default-features": false
    },
    "qt5-declarative"
  ]
}