vcpkg/ports/qtconnectivity/vcpkg.json
Alexander Neumann 34d2cf7e62
[Qt6] Update to 6.4.1 (#27837)
* Update qt to 6.4.1

* v db only for qt

* remove old patch

* move tool in qtquick3dphysics

* remove egl usage

* remove host dep

* v db
2022-11-21 09:50:03 -08:00

19 lines
315 B
JSON

{
"name": "qtconnectivity",
"version": "6.4.1",
"description": "Qt Connectivity",
"homepage": "https://www.qt.io/",
"license": null,
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"dbus",
"gui",
"network"
]
}
]
}