1{
2    "module": "positioning",
3    "testDir": "../../config.tests",
4
5    "libraries": {
6        "gypsy": {
7            "label": "Gypsy",
8            "test": "gypsy",
9            "sources": [
10                { "type": "pkgConfig", "args": "gypsy gconf-2.0" }
11            ]
12        }
13    },
14
15    "tests": {
16        "winrt_geolocation": {
17            "label": "WinRT Geolocation API",
18            "type": "compile",
19            "test": "winrt"
20        }
21    },
22
23    "features": {
24        "gypsy": {
25            "label": "Gypsy GPS Daemon",
26            "condition": "libs.gypsy",
27            "output": [ "privateFeature" ]
28        },
29        "winrt_geolocation": {
30            "label": "WinRT Geolocation API",
31            "condition": "tests.winrt_geolocation",
32            "output": [ "privateFeature" ]
33        }
34    },
35
36    "report": [
37    ],
38
39    "summary": [
40        {
41            "section": "Qt Positioning",
42            "entries": [
43                "gypsy",
44                "winrt_geolocation"
45            ]
46        }
47    ]
48}
49