mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 08:19:02 +08:00
35f5c4638f
* update qt to 6.2.3 * update few details * fix filepath. * use vcpkg_cmake_install * use the old fixup since the new one is missing TOOLS_PATH * more fixes * fix bugs * regex tuning * more bug fixes * fix qtwebengine * version stuff * ci retrigger * fix more unused vars * fix some details and silent maybe_unused warnings * version stuff * fix last warning * [skip actions] version stuff * change QT_NAMESPACE to VCPKG_QT_NAMESPACE since that is what the guidelines say for global variables. * version stuff * Apply suggestions from code review Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * [skip actions] version stuff * version-semver -> version * add license: null * [skip actions] version stuff * small but important prl fix * [skip actions] version stuff * move submodule hashes into port details. * switch to vcpkg-cmake-config because the merge takes so long. * version stuff and hopefully silent bot. * don't let qt "cleanup" compiler flags * add missing dependency. * forgot to chain vcpkg-cmake-config * bit of feature setting to fix dep issues in cmake PR * version stuff * fix unused warnings. * version stuff * silence more warnings * version stuff * do the silencing in qttranslations correctly. * version stuff * silence GHA * version stuff Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
148 lines
2.8 KiB
JSON
148 lines
2.8 KiB
JSON
{
|
|
"$comment": "x86-windows is not within the upstream support matrix of Qt6",
|
|
"name": "qtwebengine",
|
|
"version": "6.2.3",
|
|
"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": "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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|