mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 05: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
194 lines
3.4 KiB
JSON
194 lines
3.4 KiB
JSON
{
|
|
"name": "qt",
|
|
"version-semver": "6.2.2",
|
|
"description": "Qt",
|
|
"homepage": "https://www.qt.io/",
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5compat",
|
|
"default-features": false,
|
|
"features": [
|
|
"big-codecs",
|
|
"codecs",
|
|
"qml",
|
|
"textcodec"
|
|
]
|
|
},
|
|
"qtapplicationmanager",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qtcharts",
|
|
"default-features": false,
|
|
"features": [
|
|
"designer",
|
|
"qml"
|
|
]
|
|
},
|
|
"qtcoap",
|
|
"qtconnectivity",
|
|
"qtdatavis3d",
|
|
"qtdeclarative",
|
|
{
|
|
"name": "qtdeviceutilities",
|
|
"default-features": false,
|
|
"platform": "linux"
|
|
},
|
|
"qtdoc",
|
|
{
|
|
"name": "qtimageformats",
|
|
"default-features": false,
|
|
"features": [
|
|
"jasper",
|
|
"tiff",
|
|
"webp"
|
|
]
|
|
},
|
|
"qtinterfaceframework",
|
|
{
|
|
"name": "qtlottie",
|
|
"default-features": false,
|
|
"features": [
|
|
"qml"
|
|
]
|
|
},
|
|
"qtmqtt",
|
|
{
|
|
"name": "qtmultimedia",
|
|
"default-features": false,
|
|
"features": [
|
|
"qml",
|
|
"widgets"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtmultimedia",
|
|
"default-features": false,
|
|
"features": [
|
|
"gstreamer"
|
|
],
|
|
"platform": "!(static & windows)"
|
|
},
|
|
"qtnetworkauth",
|
|
{
|
|
"name": "qtopcua",
|
|
"features": [
|
|
"qml"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtpositioning",
|
|
"default-features": false,
|
|
"features": [
|
|
"qml"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtquick3d",
|
|
"default-features": false
|
|
},
|
|
"qtquicktimeline",
|
|
{
|
|
"name": "qtremoteobjects",
|
|
"default-features": false,
|
|
"features": [
|
|
"qml"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtscxml",
|
|
"default-features": false,
|
|
"features": [
|
|
"qml"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtsensors",
|
|
"default-features": false,
|
|
"features": [
|
|
"qml"
|
|
]
|
|
},
|
|
"qtserialbus",
|
|
"qtserialport",
|
|
"qtshadertools",
|
|
"qtsvg",
|
|
{
|
|
"name": "qttools",
|
|
"default-features": false,
|
|
"features": [
|
|
"assistant",
|
|
"designer",
|
|
"qml"
|
|
]
|
|
},
|
|
"qttranslations",
|
|
"qtvirtualkeyboard",
|
|
{
|
|
"name": "qtwebchannel",
|
|
"default-features": false,
|
|
"features": [
|
|
"qml"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtwebengine",
|
|
"default-features": false,
|
|
"features": [
|
|
"geolocation",
|
|
"spellchecker",
|
|
"webchannel"
|
|
],
|
|
"platform": "!static"
|
|
},
|
|
{
|
|
"name": "qtwebsockets",
|
|
"default-features": false,
|
|
"features": [
|
|
"qml"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtwebview",
|
|
"default-features": false,
|
|
"features": [
|
|
"qml"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtwebview",
|
|
"default-features": false,
|
|
"features": [
|
|
"webengine"
|
|
],
|
|
"platform": "!static"
|
|
}
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"default-features": {
|
|
"description": "Platform-dependent default features",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtactiveqt",
|
|
"features": [
|
|
"qml"
|
|
],
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "qtwayland",
|
|
"features": [
|
|
"qml"
|
|
],
|
|
"platform": "linux"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|