mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 13:47:15 +08:00
34 lines
704 B
JSON
34 lines
704 B
JSON
{
|
|
"name": "qtlocation",
|
|
"version": "6.6.1",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|