vcpkg/ports/qt5-webengine/vcpkg.json
Cheney Wang 6382d0d6cc
[qt5-webengine] Fix error LNK1218: warning treated as error (#29827)
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2023-02-27 12:02:46 -08:00

39 lines
738 B
JSON

{
"name": "qt5-webengine",
"version": "5.15.8",
"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",
{
"name": "vcpkg-tool-nodejs",
"host": true
}
],
"features": {
"proprietary-codecs": {
"description": "Enable proprietary-codecs in qtwebengine"
}
}
}