mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 01:29:01 +08:00
28 lines
503 B
JSON
28 lines
503 B
JSON
|
{
|
||
|
"name": "qtpositioning",
|
||
|
"version-semver": "6.2.2",
|
||
|
"description": "Qt Positioning",
|
||
|
"homepage": "https://www.qt.io/",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "qtbase",
|
||
|
"default-features": false
|
||
|
},
|
||
|
{
|
||
|
"name": "qtserialport",
|
||
|
"default-features": false
|
||
|
}
|
||
|
],
|
||
|
"features": {
|
||
|
"qml": {
|
||
|
"description": "Build QML imports",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "qtdeclarative",
|
||
|
"default-features": false
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|