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

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"
}
}
}