mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
33 lines
683 B
JSON
33 lines
683 B
JSON
{
|
|
"name": "qtlocation",
|
|
"version": "6.8.0",
|
|
"description": "The Qt Location API helps you create viable mapping solutions using the data available from some of the popular location services.",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"dbus"
|
|
],
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "qtpositioning",
|
|
"default-features": false,
|
|
"features": [
|
|
"qml"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtshadertools",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|