summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_ui/tst_map_itemview.qml
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-06-10 11:09:40 +0200
committerMichal Klocek <michal.klocek@theqtcompany.com>2015-06-16 08:44:39 +0000
commitd10b4ad5bfcafd328684130d7f2b33c526dc439a (patch)
treebf353f83174b54544355370f07f8f66d78de151d /tests/auto/declarative_ui/tst_map_itemview.qml
parent2b101cabae9a00519e8d048e5add2abb6e8524cc (diff)
downloadqtlocation-d10b4ad5bfcafd328684130d7f2b33c526dc439a.tar.gz
Fix warning about registering test plugin without id
Fixes warning 'Module 'QtLocation.test' does not contain a module identifier directive - it cannot be protected from external registrations.' Add proper plugin description to qmldir, use proper plugin naming convention QtLocation.Test Change-Id: I67b24e2f82c6d07ec577b9cf477f9a581af65fe6 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests/auto/declarative_ui/tst_map_itemview.qml')
-rw-r--r--tests/auto/declarative_ui/tst_map_itemview.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/declarative_ui/tst_map_itemview.qml b/tests/auto/declarative_ui/tst_map_itemview.qml
index 2ec0b65b..522d46ed 100644
--- a/tests/auto/declarative_ui/tst_map_itemview.qml
+++ b/tests/auto/declarative_ui/tst_map_itemview.qml
@@ -33,9 +33,9 @@
import QtQuick 2.0
import QtTest 1.0
-import QtLocation 5.3
-import QtPositioning 5.2
-import QtLocation.test 5.0
+import QtLocation 5.5
+import QtPositioning 5.5
+import QtLocation.Test 5.5
Item {
id: masterItem