aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-websockets/vcpkg.json
blob: 173b65271dba345358015ea33d4b50ee593a786e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "qt5-websockets",
  "version-string": "5.15.2",
  "port-version": 1,
  "description": "Qt5 Web Sockets Module - provides WebSocket communication compliant with RFC 6455",
  "dependencies": [
    {
      "name": "qt5-base",
      "default-features": false
    },
    "qt5-declarative"
  ]
}