summaryrefslogtreecommitdiff
path: root/src/positioning/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/positioning/configure.json')
-rw-r--r--src/positioning/configure.json48
1 files changed, 0 insertions, 48 deletions
diff --git a/src/positioning/configure.json b/src/positioning/configure.json
deleted file mode 100644
index 49e32be4..00000000
--- a/src/positioning/configure.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "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"
- ]
- }
- ]
-}