aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kdstatemachineeditor/vcpkg.json
blob: 6111c03a2e3e55124e41abc8ecfb0254e98c8fdd (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
29
30
31
{
  "name": "kdstatemachineeditor",
  "version": "2.0.0",
  "port-version": 1,
  "description": "KDStateMachineEditor is a library for visualizing and editing state charts.",
  "homepage": "https://github.com/KDAB/KDStateMachineEditor",
  "license": "LGPL-2.1-only",
  "dependencies": [
    "graphviz",
    "qt5compat",
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "testlib",
        "widgets"
      ]
    },
    "qtdeclarative",
    "qtremoteobjects",
    "qtscxml",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}