diff options
author | Laszlo Agocs <laszlo.agocs@theqtcompany.com> | 2015-09-24 17:47:20 +0200 |
---|---|---|
committer | Laszlo Agocs <laszlo.agocs@theqtcompany.com> | 2015-10-09 08:35:59 +0000 |
commit | d4f7a35cfcc84b2c90785867e6246a6ec61a1479 (patch) | |
tree | 7e5292c66ba1eedf477aff48e3e6478f771b5319 /sync.profile | |
parent | 403112bdfafbfd1f90593c163e812b45a741a5d6 (diff) | |
download | qtlocation-d4f7a35cfcc84b2c90785867e6246a6ec61a1479.tar.gz |
Add qtserialport-based NMEA position plugin for Windows
GPS receivers typically come with USB-to-serial drivers for Windows.
This allows reading NMEA sentences via Qt Serial Port, thus providing
basic GPS positioning support for all desktop Windows versions.
Task-number: QTBUG-48082
Change-Id: Ie053dffaaf76bc08b2b6148104fd981b0f1ccc6b
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile index afc5e035..fa9885a4 100644 --- a/sync.profile +++ b/sync.profile @@ -16,4 +16,5 @@ "qtxmlpatterns" => "", "qtdeclarative" => "", "qtquickcontrols" => "", + "qtserialport" => "", ); |