aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtdatavis3d/vcpkg.json
blob: 5e24a451752a3405b41fccec8fa1b544d7b20346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "qtdatavis3d",
  "version": "6.9.1",
  "description": "The Qt Data Visualization module enables you to visualize data in 3D as bar, scatter, and surface graphs.",
  "homepage": "https://www.qt.io/",
  "license": null,
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "gui",
        "testlib"
      ]
    },
    {
      "name": "qtdeclarative",
      "default-features": false
    }
  ]
}