mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 10:19:01 +08:00
33d9cd45ff
* [qt6] Update to 6.1.1 * version stuff * fix empty dir * update version * fix casing in qtbase * [libpq] add secure32.lib on windows * add clang-cl fix * version stuff * fix flag removal by adding a space * version stuff * make qt6->Qt6 usage consistent since Qt6 refers to itself as Qt6 with uppercase Q * fix libpq wrapper opensll linkage on linux * use policy to fix dependent ports * version stuff * use upstream patch * version stuff * fix source location for clang-cl * version stuff * remove ws change * version stuff
51 lines
926 B
JSON
51 lines
926 B
JSON
{
|
|
"name": "qt",
|
|
"version-semver": "6.1.1",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|