mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:49:01 +08:00
ce9c857d28
* 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
81 lines
1.7 KiB
JSON
81 lines
1.7 KiB
JSON
{
|
|
"name": "qt5compat",
|
|
"version-semver": "6.2.2",
|
|
"description": "The module contains unsupported Qt 5 APIs",
|
|
"homepage": "https://www.qt.io/",
|
|
"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."
|
|
}
|
|
}
|
|
}
|