aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qcustomplot/vcpkg.json
blob: c8bd342a9720a8d224f043d593ef3e39569892ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "qcustomplot",
  "version": "2.1.1",
  "port-version": 1,
  "description": "QCustomPlot is a Qt C++ widget for plotting and data visualization.",
  "homepage": "https://www.qcustomplot.com/",
  "license": "GPL-3.0-or-later",
  "supports": "!xbox",
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false
    },
    {
      "name": "vcpkg-qmake",
      "host": true,
      "default-features": false
    }
  ]
}