summaryrefslogtreecommitdiff
path: root/src/location/doc/src/qtlocation.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/doc/src/qtlocation.qdoc')
-rw-r--r--src/location/doc/src/qtlocation.qdoc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/location/doc/src/qtlocation.qdoc b/src/location/doc/src/qtlocation.qdoc
index 48619be2..1bdb567f 100644
--- a/src/location/doc/src/qtlocation.qdoc
+++ b/src/location/doc/src/qtlocation.qdoc
@@ -84,9 +84,14 @@ The Qt Location API enables you to:
To load the Qt Location module, add the following statement to your .qml files
\code
- import QtLocation 5.3
+ import QtPositioning 5.5
+ import QtLocation 5.5
\endcode
+The QtLocation QML module depends on the QtPositioning QML module.
+Therefore every QML application that imports the QtLocation QML module must always
+import the QtPositioning module as well.
+
For C++ projects include the header appropriate for the current use case,
for example applications using routes may use