mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 23:39:10 +08:00
147027390b
* [Qt6] update to 6.2.4
* adjust patches
* more fixes
* more CMAKE_REQUIRE_FIND_PACKAGE
* fix configure?
* cannot require cmake not config stuff.
* more REQUIRE removals
* adjust required stuff
* more modules.
* less require stuff
* disable env patch for now and silent the require maybe unused. warnings
* different approach
* fix case ?
* fix linux builds
* more stuff to not force in vcpkg
* reenable env patch
* only use env patch on windows.
* reenable qtwebengine. Maybe the ICE was fixed?
* Revert "reenable qtwebengine. Maybe the ICE was fixed?"
This reverts commit 5dc3ca88c1
.
* version stuff
Co-authored-by: Alexander Neumann <you@example.com>
152 lines
2.9 KiB
JSON
152 lines
2.9 KiB
JSON
{
|
|
"$comment": "x86-windows is not within the upstream support matrix of Qt6",
|
|
"name": "qtwebengine",
|
|
"version": "6.2.4",
|
|
"description": "Qt WebEngine",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"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": "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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|