vcpkg/ports/qtdeviceutilities/vcpkg.json
Alexander Neumann 79c5f022cb
[qt] update to 6.4.2 (#28774)
* [qt] update to 6.4.2

* v db

* qtspeech prepare for features if required ports get added

* v db

* retry

* remove patch

* add failing tmp port to get CI logs for qtwebengine ....

* try deactivating jumbo build

* add patch to fix std issue

* remove tmp port

* v db

* deactivate qtspeech on x86 & windows due to call conv

* v db
2023-01-10 13:54:28 -08:00

19 lines
342 B
JSON

{
"name": "qtdeviceutilities",
"version": "6.4.2",
"description": "Utils for Boot2Qt",
"homepage": "https://www.qt.io/",
"license": null,
"supports": "linux",
"dependencies": [
{
"name": "qtdeclarative",
"default-features": false
},
{
"name": "qttools",
"default-features": false
}
]
}