aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/quarter/vcpkg.json
blob: c9d92922be71609f9b07115dff17123634cf0ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "quarter",
  "version": "1.2.3",
  "port-version": 1,
  "description": "Coin3D GUI binding for Qt",
  "homepage": "https://coin3d.github.io/quarter/",
  "license": "BSD-3-Clause",
  "supports": "!android & !uwp",
  "dependencies": [
    "coin",
    {
      "name": "qtbase",
      "default-features": false
    },
    {
      "name": "qttools",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}