mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:51:57 +08:00
46 lines
902 B
JSON
46 lines
902 B
JSON
{
|
|
"name": "qt5-webengine",
|
|
"version": "5.15.15",
|
|
"description": "Qt WebEngine provides functionality for rendering regions of dynamic web content.",
|
|
"license": null,
|
|
"supports": "!static",
|
|
"dependencies": [
|
|
{
|
|
"name": "atl",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "dbus",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "ffmpeg",
|
|
"default-features": false,
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "icu",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
},
|
|
"qt5-declarative",
|
|
"qt5-location",
|
|
"qt5-quickcontrols",
|
|
"qt5-quickcontrols2",
|
|
"qt5-tools",
|
|
"qt5-webchannel",
|
|
{
|
|
"name": "vcpkg-tool-nodejs",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"proprietary-codecs": {
|
|
"description": "Enable proprietary-codecs in qtwebengine"
|
|
}
|
|
}
|
|
}
|