vcpkg/ports/qtwebengine/vcpkg.json
Alexander Neumann ce9c857d28
[Qt] Update to 6.2.2 and add missing modules (#21818)
* updating qt stuff to 6.2.2

* add missing modules for 6.2.2

* remove patch from qtbase

* add qtpositioning

* add qml feature

* add supports statement

* small ref change

* fix hash

* remove ,

* qtlocation is now emtpy

* get as list of files

* fix error in manifest

* add tool name

* fix qtapplication?

* print bin files

* fix qtapplicationmanager

* format

* set policy

* fix git fetch

* fix ref variable

* fix pc files for taglib
closes #21834

* fix qtinterfaceframework

* format manifest

* version stuff

* fix qtapplicationmanager

* fix version

* make qt buildable for static windows builds.

* version corrections

* add extra paths; otherwise it breaks out of the buildtree

* version stuff.

* trying to fix qtapplicationmanager

* add supports field

* fix cross case

* fix stuff

* version stuff
2021-12-06 20:46:28 -08:00

147 lines
2.8 KiB
JSON

{
"$comment": "x86-windows is not within the upstream support matrix of Qt6",
"name": "qtwebengine",
"version-semver": "6.2.2",
"description": "Qt WebEngine",
"homepage": "https://www.qt.io/",
"supports": "!static & !((arm | x86) & windows)",
"dependencies": [
{
"name": "ffmpeg",
"platform": "!windows"
},
{
"name": "fontconfig",
"platform": "!windows"
},
{
"name": "freetype",
"platform": "!windows"
},
{
"name": "glib",
"platform": "!windows"
},
{
"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-tool-nodejs",
"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
}
]
}
}
}