summaryrefslogtreecommitdiff
path: root/src/positioning
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2019-04-05 12:36:22 +0200
committerpaolo <paolo.angelelli@qt.io>2019-08-09 13:49:42 +0200
commit3334c6f6d00255f6fd5690e4b9cb05416950fd4d (patch)
tree601dbf9cd3ac8ea2e500409a5c9ec90214580289 /src/positioning
parent0a242cc026190432a115a82752ddf35b8be15de6 (diff)
downloadqtlocation-3334c6f6d00255f6fd5690e4b9cb05416950fd4d.tar.gz
Introduce QIOPipe and use it in serialnmea plugin
This allows the plugin to pipe the input stream into multiple, independent processing pipelines. Good for allowing multiple position sources from the same serial port, and will allow supporting satellite info source in the nmea plugin too. Change-Id: I21e3cd2c78e7138ca49821c68b55ce96eb83e986 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/positioning')
-rw-r--r--src/positioning/positioning.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/positioning/positioning.pro b/src/positioning/positioning.pro
index 8996a7e4..1eff0ab2 100644
--- a/src/positioning/positioning.pro
+++ b/src/positioning/positioning.pro
@@ -59,6 +59,8 @@ PRIVATE_HEADERS += \
qgeopolygon_p.h \
qgeocoordinateobject_p.h \
qgeopositioninfo_p.h \
+ qgeosatelliteinfo_p.h \
+ qgeosatelliteinfosource_p.h \
qclipperutils_p.h
SOURCES += \
@@ -89,7 +91,6 @@ SOURCES += \
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
-
load(qt_module)
LIBS_PRIVATE += -L$$MODULE_BASE_OUTDIR/lib -lclip2tri$$qtPlatformTargetSuffix()