{
    "module": "positioning",
    "testDir": "../../config.tests",

    "libraries": {
        "gypsy": {
            "label": "Gypsy",
            "test": "gypsy",
            "sources": [
                { "type": "pkgConfig", "args": "gypsy gconf-2.0" }
            ]
        }
    },

    "tests": {
        "winrt_geolocation": {
            "label": "WinRT Geolocation API",
            "type": "compile",
            "test": "winrt"
        }
    },

    "features": {
        "gypsy": {
            "label": "Gypsy GPS Daemon",
            "condition": "libs.gypsy",
            "output": [ "privateFeature" ]
        },
        "winrt_geolocation": {
            "label": "WinRT Geolocation API",
            "condition": "tests.winrt_geolocation",
            "output": [ "privateFeature" ]
        }
    },

    "report": [
    ],

    "summary": [
        {
            "section": "Qt Positioning",
            "entries": [
                "gypsy",
                "winrt_geolocation"
            ]
        }
    ]
}
