vcpkg/ports/qt5-websockets/vcpkg.json
2024-09-08 11:46:15 -07:00

14 lines
422 B
JSON

{
"name": "qt5-websockets",
"version": "5.15.15",
"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"
]
}