mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:38:59 +08:00
34 lines
745 B
JSON
34 lines
745 B
JSON
{
|
|
"name": "qtserialbus",
|
|
"version": "6.8.0",
|
|
"description": "The Qt Serial Bus API provides classes and functions to access the various industrial serial buses and protocols, such as CAN, ModBus, and others.",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"network"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtserialbus",
|
|
"host": true,
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qtserialport",
|
|
"default-features": false
|
|
}
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"default-features": {
|
|
"description": "Platform-dependent default features"
|
|
}
|
|
}
|
|
}
|