vcpkg/ports/qtwebengine/vcpkg.json
Alexander Neumann 0d209ca968
[Qt] 6.3.1 (#25259)
* [qtbase] Change qt source downloads to point at GitHub

* [qtbase] Rewrite update system to emit tarball data

* [qtbase] PR feedback

* Update Qt to 6.3.1

* reenable qtlocation ?

* v db

* move buildtrees - to b in pipeline; trying to get webengine logs

* fix patch

* v db

* remove special handling of arm cross case fixed in windows toolchain

* v db

* Fix stuff

* fix more stuff

* fix more stuff

* retry

* fix regex replacement

* fix regex stuff. And qtinterface ref?

* more fixes

* remove unused variable

* v db

* Revert scripts/azure-pipelines/test-modified-ports.ps1

* v db fix

* revert qtlocation changes

* revert v db

* v db

* v db

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-07-01 15:48:36 -07:00

160 lines
3.0 KiB
JSON

{
"$comment": "x86-windows is not within the upstream support matrix of Qt6",
"name": "qtwebengine",
"version": "6.3.1",
"description": "Qt WebEngine",
"homepage": "https://www.qt.io/",
"license": null,
"supports": "!static & !(x86 & windows)",
"dependencies": [
{
"name": "ffmpeg",
"platform": "!windows"
},
{
"name": "fontconfig",
"platform": "!windows"
},
{
"name": "freetype",
"platform": "!windows"
},
{
"name": "glib",
"platform": "!windows"
},
{
"name": "gperf",
"host": true
},
{
"name": "harfbuzz",
"platform": "!windows"
},
{
"name": "icu",
"platform": "!windows"
},
{
"name": "libevent",
"platform": "!windows"
},
{
"name": "libjpeg-turbo",
"platform": "!windows"
},
{
"name": "libpng",
"platform": "!windows"
},
{
"name": "libvpx",
"platform": "!windows"
},
{
"name": "libwebp",
"platform": "!windows"
},
{
"name": "libxml2",
"platform": "!windows"
},
{
"name": "minizip",
"platform": "!windows"
},
"opengl-registry",
{
"name": "opus",
"platform": "!windows"
},
{
"name": "protobuf",
"platform": "!windows"
},
{
"name": "qtbase",
"default-features": false,
"features": [
"gui",
"network",
"widgets"
]
},
{
"name": "qtdeclarative",
"default-features": false
},
{
"name": "qtdeclarative",
"default-features": false
},
{
"name": "qttools",
"default-features": false
},
{
"$comment": "Requires GN host tool build by the port itself! (special version check)",
"name": "qtwebengine",
"host": true,
"default-features": false
},
{
"name": "re2",
"platform": "!windows"
},
{
"name": "snappy",
"platform": "!windows"
},
{
"name": "vcpkg-get-python-packages",
"host": true
},
{
"name": "vcpkg-tool-nodejs",
"host": true
},
{
"name": "vcpkg-tool-python2",
"host": true
},
{
"name": "zlib",
"platform": "!windows"
}
],
"default-features": [
"default-features"
],
"features": {
"default-features": {
"description": "Platform-dependent default features"
},
"geolocation": {
"description": "Build with Geolocation",
"dependencies": [
{
"name": "qtlocation",
"default-features": false
}
]
},
"proprietary-codecs": {
"description": "Enables the use of proprietary codecs such as h.264/h.265 and MP3."
},
"spellchecker": {
"description": "Provides a spellchecker"
},
"webchannel": {
"description": "Provides QtWebChannel integration",
"dependencies": [
{
"name": "qtwebchannel",
"default-features": false
}
]
}
}
}