vcpkg/ports/qt5-websockets/vcpkg.json

15 lines
443 B
JSON

{
"name": "qt5-websockets",
"version": "5.15.13",
"port-version": 1,
"description": "The Qt WebSockets module provides C++ and QML interfaces that enable Qt applications to act as a server that can process WebSocket requests, or a client that can consume data received from the server, or both.",
"license": null,
"dependencies": [
{
"name": "qt5-base",
"default-features": false
},
"qt5-declarative"
]
}