vcpkg/ports/qt5-webengine/vcpkg.json
Carsten Grimm 668bf87fc5
[qt5-webengine] fix issue 30006 missing includes for msvc (#30612)
* [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
2023-04-06 17:27:42 -07:00

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