summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2018-06-01 23:18:49 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2018-06-06 12:55:36 +0000
commit1768efa1761ec8fb54a734a4297a29b3d591d8ae (patch)
tree96f86553cdadb801ead27b80909ce41359afaaea
parentb2ef357b22eb7b44de98790e2661d3e3dc455d06 (diff)
downloadqtlocation-1768efa1761ec8fb54a734a4297a29b3d591d8ae.tar.gz
Enable serialnmea positioning plugin everywhere
And not only on win32 Change-Id: Ibd55751678bba0f55b680912746d691684473d8e Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/plugins/position/position.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/position/position.pro b/src/plugins/position/position.pro
index 1687a9d2..b9832ff4 100644
--- a/src/plugins/position/position.pro
+++ b/src/plugins/position/position.pro
@@ -8,7 +8,7 @@ qtConfig(winrt_geolocation):SUBDIRS += winrt
qtHaveModule(simulator):SUBDIRS += simulator
osx|ios|tvos:SUBDIRS += corelocation
android:SUBDIRS += android
-win32:qtHaveModule(serialport):SUBDIRS += serialnmea
+qtHaveModule(serialport):SUBDIRS += serialnmea
SUBDIRS += \
positionpoll