mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:39:01 +08:00
18368dba5b
* update qt to 6.6.1 * adjust patch * v db add qtgraphs to qt metaport * v db * remove copypasta * v db
19 lines
315 B
JSON
19 lines
315 B
JSON
{
|
|
"name": "qtconnectivity",
|
|
"version": "6.6.1",
|
|
"description": "Qt Connectivity",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"dbus",
|
|
"gui",
|
|
"network"
|
|
]
|
|
}
|
|
]
|
|
}
|