diff options
Diffstat (limited to 'vcpkg/ports/qtwebsockets/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qtwebsockets/vcpkg.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/vcpkg/ports/qtwebsockets/vcpkg.json b/vcpkg/ports/qtwebsockets/vcpkg.json new file mode 100644 index 0000000..cc43e5f --- /dev/null +++ b/vcpkg/ports/qtwebsockets/vcpkg.json @@ -0,0 +1,27 @@ +{ + "name": "qtwebsockets", + "version": "6.9.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.", + "homepage": "https://www.qt.io/", + "license": null, + "dependencies": [ + { + "name": "qtbase", + "default-features": false, + "features": [ + "network" + ] + } + ], + "features": { + "qml": { + "description": "Build QML imports", + "dependencies": [ + { + "name": "qtdeclarative", + "default-features": false + } + ] + } + } +} |