summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-08-05 16:59:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-06 10:24:16 +0200
commit5ed2d040e86f22d6445618d0e7904cba9c866635 (patch)
treeccf170b7fb698de482777e604a006b37bb2f1b04 /tests
parentf7ca4286a29500b2a02592ebdc036d476e9eecc2 (diff)
downloadqtlocation-5ed2d040e86f22d6445618d0e7904cba9c866635.tar.gz
Remove locationd/npe and maemo/meego position backends
They were Nokia specific and do not have any value anymore. Change-Id: I08507aff295df5ead1fa8b5b770514150a2e608a Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro b/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro
index e0f3f233..fe5291b9 100644
--- a/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro
+++ b/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro
@@ -13,7 +13,5 @@ QT += location testlib
# Define whether a satellite source is available. This must match the logic in
# src/location/location.pro or the test will fail on some platforms.
-maemo6|meego:DEFINES += SATELLITE_SOURCE_AVAILABLE
-config_locationd:!simulator:DEFINES += SATELLITE_SOURCE_AVAILABLE
simulator:DEFINES += SATELLITE_SOURCE_AVAILABLE
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0