aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/osg-qt/vcpkg.json
blob: 29d55fa16e800b17a32101dc430e2a98e2b5bce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "osg-qt",
  "version-string": "Qt5",
  "port-version": 3,
  "description": "osgQt - Qt project for making use of OpenSceneGraph(OSG)",
  "dependencies": [
    "osg",
    {
      "name": "qt5-base",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}