summaryrefslogtreecommitdiff
path: root/tests/auto/qgeosatelliteinfosource
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-08-25 09:22:49 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-08-28 21:12:43 +0000
commitee39bd0ea01061349e131b23cbe0f278e4cc193e (patch)
treebe114248d244b9c71591b384013ca6723d92200f /tests/auto/qgeosatelliteinfosource
parent33d57f8018535dfe4ac316fc0f2ebe69fb5ade1c (diff)
downloadqtlocation-ee39bd0ea01061349e131b23cbe0f278e4cc193e.tar.gz
Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.
Change-Id: I1eb987fdd48e33bd1d71da7f9efb9f02e05de3c9 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests/auto/qgeosatelliteinfosource')
-rw-r--r--tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro b/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro
index 1fb72da7..98feb5e6 100644
--- a/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro
+++ b/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro
@@ -14,4 +14,3 @@ QT += positioning 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.
qtHaveModule(simulator):DEFINES += SATELLITE_SOURCE_AVAILABLE
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0