mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:43:11 +08:00
37 lines
831 B
JSON
37 lines
831 B
JSON
{
|
|
"name": "qtsensors",
|
|
"version": "6.8.0",
|
|
"description": "The Qt Sensors API provides access to sensor hardware via QML and C++ interfaces. The Qt Sensors API also provides a motion gesture recognition API for devices.",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"dbus"
|
|
],
|
|
"platform": "!(windows & static) & !android & !ios"
|
|
},
|
|
{
|
|
"name": "qtconnectivity",
|
|
"default-features": false
|
|
}
|
|
],
|
|
"features": {
|
|
"qml": {
|
|
"description": "Build QML imports",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtdeclarative",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|