aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtlocation/vcpkg.json
blob: 4b899de222602436d3cb34cc03aa05cec65e72e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "qtlocation",
  "version": "6.9.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
    }
  ]
}