summaryrefslogtreecommitdiffstats
path: root/tests/auto/geotestplugin/geotestplugin.json
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2019-03-01 12:05:56 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2019-03-20 10:47:39 +0000
commit6cfd503ef805651bfe9a112bfdb937f0092577ce (patch)
tree2860e125a6caa8a23d530571a277cf45fc4afffa /tests/auto/geotestplugin/geotestplugin.json
parentd26ef296c7f829b9edd505527b8986c5dba314fa (diff)
Add QDeclarativeGeoServiceProviderRequirements navigation property
This was previously missing, making it impossible to require specific navigation features. [ChangeLog] Added QDeclarativeGeoServiceProviderRequirements navigation property. Change-Id: I75f8f3208aa387aea9d1652bb674fdb747877747 Fixes: QTBUG-72505 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'tests/auto/geotestplugin/geotestplugin.json')
-rw-r--r--tests/auto/geotestplugin/geotestplugin.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/geotestplugin/geotestplugin.json b/tests/auto/geotestplugin/geotestplugin.json
index 52721715..f6218b67 100644
--- a/tests/auto/geotestplugin/geotestplugin.json
+++ b/tests/auto/geotestplugin/geotestplugin.json
@@ -14,6 +14,7 @@
"OfflinePlacesFeature",
"SavePlaceFeature",
"SaveCategoryFeature",
- "SearchSuggestionsFeature"
+ "SearchSuggestionsFeature",
+ "OfflineNavigationFeature"
]
}