aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/soqt/vcpkg.json
blob: 6125dd237bebbbfb1eac07e058f7c75e32e48cb8 (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": "soqt",
  "version": "1.6.0",
  "port-version": 4,
  "description": "A Qt Gui-toolkit binding for Coin",
  "homepage": "https://github.com/coin3d/soqt",
  "supports": "!(arm | arm64 | uwp)",
  "dependencies": [
    "coin",
    {
      "name": "qt5-base",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}