vcpkg/ports/qt5-webchannel/vcpkg.json

15 lines
372 B
JSON

{
"name": "qt5-webchannel",
"version": "5.15.13",
"port-version": 1,
"description": "Qt WebChannel enables peer-to-peer communication between a server (QML/C++ application) and a client (HTML/JavaScript or QML application).",
"license": null,
"dependencies": [
{
"name": "qt5-base",
"default-features": false
},
"qt5-declarative"
]
}