mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 22:29:08 +08:00
668bf87fc5
* [qt5-webengine] add missing includes in third party libraries This fixes issue #30006. Newer versions of msvc require more includes than previous versions. To accommodate this change, two missing includes are added to the third party libraries chromium and libxml. * [qt5-webengine] update port number * [qt5-webengine] restore LF line endings on patch * [qt5-webengine] re-run vcpkg x-add-version for qt5-webengine port-version 3
39 lines
738 B
JSON
39 lines
738 B
JSON
{
|
|
"name": "qt5-webengine",
|
|
"version": "5.15.8",
|
|
"port-version": 3,
|
|
"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"
|
|
}
|
|
}
|
|
}
|