vcpkg/ports/qt/vcpkg.json
Alexander Neumann d13e1a1be1
[Qt] update to 6.1.3 (#19918)
* [skip actions] update to 6.1.3

* remove wrong -D prefix from variables in qttools

* change to https

* version stuff

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-13 15:18:29 -07:00

51 lines
926 B
JSON

{
"name": "qt",
"version-semver": "6.1.3",
"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"
}
]
}
}
}