mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:39:01 +08:00
27 lines
550 B
JSON
27 lines
550 B
JSON
{
|
|
"name": "qtconnectivity",
|
|
"version": "6.7.2",
|
|
"port-version": 1,
|
|
"description": "The Qt Connectivity module provides access to Bluetooth and NFC hardware.",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui",
|
|
"network"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"dbus"
|
|
],
|
|
"platform": "!(windows & static) & !android & !ios"
|
|
}
|
|
]
|
|
}
|