aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-scxml/vcpkg.json
blob: b32ce788301eb63f5e5bf40af6767f7e1c2c5033 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "qt5-scxml",
  "version-string": "5.15.2",
  "port-version": 1,
  "description": "Qt5 SCXML Module - Provides classes and tools for creating state machines from SCXML files and embedding them in applications",
  "dependencies": [
    {
      "name": "qt5-base",
      "default-features": false
    },
    "qt5-declarative"
  ]
}