mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
8a07b5df24
* update qt to 6.1.2 * version stuff
51 lines
926 B
JSON
51 lines
926 B
JSON
{
|
|
"name": "qt",
|
|
"version-semver": "6.1.2",
|
|
"description": "Qt",
|
|
"homepage": "https://www.qt.io/",
|
|
"dependencies": [
|
|
"qt5compat",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
"qtcharts",
|
|
"qtcoap",
|
|
"qtdatavis3d",
|
|
"qtdeclarative",
|
|
"qtdoc",
|
|
"qtimageformats",
|
|
"qtlottie",
|
|
"qtmqtt",
|
|
"qtnetworkauth",
|
|
"qtopcua",
|
|
"qtquick3d",
|
|
"qtquickcontrols2",
|
|
"qtquicktimeline",
|
|
"qtscxml",
|
|
"qtshadertools",
|
|
"qtsvg",
|
|
"qttools",
|
|
"qttranslations",
|
|
"qtvirtualkeyboard"
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"default-features": {
|
|
"description": "Platform-dependent default features",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtactiveqt",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "qtwayland",
|
|
"platform": "linux"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|