mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 17:09:01 +08:00
14 lines
379 B
JSON
14 lines
379 B
JSON
|
{
|
||
|
"name": "qt5-webchannel",
|
||
|
"version-string": "5.15.2",
|
||
|
"port-version": 1,
|
||
|
"description": "Qt5 Web Channel module - Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients.",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "qt5-base",
|
||
|
"default-features": false
|
||
|
},
|
||
|
"qt5-declarative"
|
||
|
]
|
||
|
}
|