diff options
author | Alex Blasche <alexander.blasche@qt.io> | 2018-01-08 14:19:53 +0100 |
---|---|---|
committer | Alex Blasche <alexander.blasche@qt.io> | 2018-01-09 06:31:59 +0000 |
commit | 3a16c7a92c5ba7116d4f6566c62fe2ef3ad073d1 (patch) | |
tree | bb7dd333693cf6b39acf634a7f11d4d34c85f3c1 /src/positioning | |
parent | 844e0e4aec3285ec5cfde90422acd796bc4d7d39 (diff) | |
download | qtlocation-3a16c7a92c5ba7116d4f6566c62fe2ef3ad073d1.tar.gz |
Document that WinRT plugin can be used for Win32 env (if platform is Win10)
Task-number: QTBUG-65325
Change-Id: I46bbca4d90ef9d96be91ffbb2346f8f4e6da8855
Reviewed-by: Mika Salmela <mika.salmela@qt.io>
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'src/positioning')
-rw-r--r-- | src/positioning/doc/src/qtpositioning.qdoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/positioning/doc/src/qtpositioning.qdoc b/src/positioning/doc/src/qtpositioning.qdoc index 81de8bec..2a966b19 100644 --- a/src/positioning/doc/src/qtpositioning.qdoc +++ b/src/positioning/doc/src/qtpositioning.qdoc @@ -66,7 +66,9 @@ Currently the API is supported on \l {Qt for Android}{Android}, \l {Qt for iOS}{ \l {Qt for Linux/X11}{Linux} (using \l {http://www.freedesktop.org/wiki/Software/GeoClue}{GeoClue version 0.12.99}), \l {Qt for Windows}{Windows} (with GPS receivers exposed as a serial port providing NMEA sentences), -and \l {Qt for WinRT}{WinRT} (using Windows.Devices.Geolocation). +and \l {Qt for WinRT}{WinRT} (using Windows.Devices.Geolocation). Note that the \l {Qt for WinRT}{WinRT} +implementation can also be used in Win32 Desktop uses cases if the underlying platform is Windows 10 +or later. \section1 Overview |