aboutsummaryrefslogtreecommitdiff
path: root/ports/qwt/vcpkg.json
blob: f837b6adbc0627dc77d1c8e45a4e5d3b92ceed25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "qwt",
  "version-semver": "6.2.0",
  "description": "qt widgets library for technical applications",
  "homepage": "https://sourceforge.net/projects/qwt",
  "dependencies": [
    {
      "name": "qt5-base",
      "default-features": false
    },
    "qt5-svg",
    "qt5-tools"
  ]
}