aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtsvg/vcpkg.json
blob: 449377b80d835636760f309a94efad37504bb22a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "qtsvg",
  "version": "6.9.1",
  "description": "Qt SVG provides classes for rendering and displaying SVG drawings in widgets and on other paint devices.",
  "homepage": "https://www.qt.io/",
  "license": null,
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "gui"
      ]
    }
  ]
}