summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_ui/tst_map.qml
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2012-03-09 13:16:05 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-20 07:58:45 +0100
commit0ac491f7f28506217a3ea3bcfe95608a236478f0 (patch)
treee13d1e025db4d3a9c8fc6280267df55b279341c4 /tests/auto/declarative_ui/tst_map.qml
parentcf1accffa4917036adf5a3ad80cc7258249eab0b (diff)
downloadqtlocation-0ac491f7f28506217a3ea3bcfe95608a236478f0.tar.gz
Mark test plugin as experimental.
Change-Id: Ica9d6e9d36823df9d06c69cc00667e122f142cb2 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'tests/auto/declarative_ui/tst_map.qml')
-rw-r--r--tests/auto/declarative_ui/tst_map.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative_ui/tst_map.qml b/tests/auto/declarative_ui/tst_map.qml
index 1648dca7..61d8da84 100644
--- a/tests/auto/declarative_ui/tst_map.qml
+++ b/tests/auto/declarative_ui/tst_map.qml
@@ -47,8 +47,8 @@ Item {
width:100
height:100
// General-purpose elements for the test:
- Plugin { id: testPlugin; name: "qmlgeo.test.plugin";}
- Plugin { id: testPlugin2; name: "gmlgeo.test.plugin"; }
+ Plugin { id: testPlugin; name: "qmlgeo.test.plugin"; allowExperimental: true }
+ Plugin { id: testPlugin2; name: "gmlgeo.test.plugin"; allowExperimental: true }
Plugin { id: nokiaPlugin; name: "nokia"; }
Coordinate{ id: coordinate1; latitude: 10; longitude: 11}
Coordinate{ id: coordinate2; latitude: 12; longitude: 13}