vcpkg/ports/qtquick3d/vcpkg.json
Alexander Neumann 063d5fd9de
[Qt6] Update qt 6.2.1 (#21037)
* [Qt] Update to 6.2.1

* add changes from qtbase in the vcpkg-qmake PR into this PR. (So I don't invalidate everybody in the other PR)

* [skip actions] fix qtbase and format of vcpkg.json

* remove outdated patch

* remove patches and add alsa feature.

* version stuff
2021-11-04 15:29:53 -07:00

39 lines
879 B
JSON

{
"name": "qtquick3d",
"version-semver": "6.2.1",
"description": "A new module and API for defining 3D content in Qt Quick.",
"homepage": "https://www.qt.io/",
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"gui"
]
},
"qtdeclarative",
{
"name": "qtquick3d",
"host": true,
"default-features": false
},
"qtquicktimeline",
"qtshadertools"
],
"default-features": [
"default-features"
],
"features": {
"assimp": {
"$comment": "feature assimp requires a newer version of assimp than available within vcpkg. Install assimp with e.g. --head or use an overlay",
"description": "assimp",
"dependencies": [
"assimp"
]
},
"default-features": {
"description": "Platform-dependent default features"
}
}
}