vcpkg/ports/qt5-webengine/vcpkg.json
LilyWangLL 183ba0e2f4
[qt5-webengine] Fix apply patch failed (#23484)
* [qt5-webengine] Fix apply patch failed

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-03-11 11:35:32 -08:00

35 lines
671 B
JSON

{
"name": "qt5-webengine",
"version": "5.15.3",
"port-version": 1,
"description": "Qt5 webengine Module;",
"license": null,
"supports": "!static",
"dependencies": [
{
"name": "atlmfc",
"platform": "windows"
},
{
"name": "ffmpeg",
"default-features": false,
"platform": "!windows"
},
{
"name": "qt5-base",
"default-features": false
},
"qt5-declarative",
"qt5-location",
"qt5-quickcontrols",
"qt5-quickcontrols2",
"qt5-tools",
"qt5-webchannel"
],
"features": {
"proprietary-codecs": {
"description": "Enable proprietary-codecs in qtwebengine"
}
}
}