aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-webchannel/vcpkg.json
blob: a50e4f1a4f72013f71537322727fd242cd7232cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "qt5-webchannel",
  "version-string": "5.15.2",
  "port-version": 1,
  "description": "Qt5 Web Channel module - Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients.",
  "dependencies": [
    {
      "name": "qt5-base",
      "default-features": false
    },
    "qt5-declarative"
  ]
}