aboutsummaryrefslogtreecommitdiff
path: root/ports/qwtw/vcpkg.json
blob: 2fa18ec80dcf1562bc6e693ea28569dc449ab17f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "qwtw",
  "version-string": "3.1.0",
  "port-version": 1,
  "description": "qwt-based 2D plotting library",
  "homepage": "https://github.com/ig-or/qwtw",
  "supports": "windows & x64 & !static",
  "dependencies": [
    "boost-asio",
    "boost-chrono",
    "boost-circular-buffer",
    "boost-date-time",
    "boost-filesystem",
    "boost-regex",
    "boost-system",
    "boost-thread",
    "marble",
    "qt5-base",
    "qt5-networkauth",
    "qt5-svg",
    "qwt"
  ]
}