mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:41:38 +08:00
9db088e2b0
* [Qt6] Latest feature to 6.3.0 * move failing patch to !latest * remove debug/include * more fixes * more fixes * more fixes * give me the binary names making it fail. * add new binary * fix qtimageformats * fix regressions? * retry qtopcua * fix regressions * correctly guard python * more fixes * add vcpkg-get-python-packages * hack webengine build to see if it will work. * move hack to a different position * noramlize path * update refs to 6.3 release * fix details * qtwebengine back to fail on baseline * comment long path stuff out since qtwebengine cannot be build with VS 2022 any way * update version to 6.3.0 in manifest files * version stuff Co-authored-by: Alexander Neumann <you@example.com>
82 lines
1.7 KiB
JSON
82 lines
1.7 KiB
JSON
{
|
|
"name": "qt5compat",
|
|
"version": "6.3.0",
|
|
"description": "The module contains unsupported Qt 5 APIs",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
}
|
|
],
|
|
"default-features": [
|
|
"big-codecs",
|
|
"codecs",
|
|
"default-features",
|
|
"qml",
|
|
"textcodec"
|
|
],
|
|
"features": {
|
|
"big-codecs": {
|
|
"description": "Supports big codecs, e.g. CJK.",
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5compat",
|
|
"default-features": false,
|
|
"features": [
|
|
"textcodec"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"codecs": {
|
|
"description": "Supports non-unicode text conversions.",
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5compat",
|
|
"default-features": false,
|
|
"features": [
|
|
"textcodec"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"default-features": {
|
|
"description": "Platform-dependent default features"
|
|
},
|
|
"iconv": {
|
|
"description": "Provides internationalization on Unix.",
|
|
"dependencies": [
|
|
"libiconv",
|
|
{
|
|
"name": "qt5compat",
|
|
"default-features": false,
|
|
"features": [
|
|
"textcodec"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"qml": {
|
|
"description": "Build QML imports",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtdeclarative",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"textcodec": {
|
|
"description": "Supports conversions between text encodings."
|
|
}
|
|
}
|
|
}
|