diff options
author | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-08-25 09:22:49 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-08-28 21:12:43 +0000 |
commit | ee39bd0ea01061349e131b23cbe0f278e4cc193e (patch) | |
tree | be114248d244b9c71591b384013ca6723d92200f /tests/auto/declarative_geoshape | |
parent | 33d57f8018535dfe4ac316fc0f2ebe69fb5ade1c (diff) | |
download | qtlocation-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/declarative_geoshape')
-rw-r--r-- | tests/auto/declarative_geoshape/declarative_geoshape.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative_geoshape/declarative_geoshape.pro b/tests/auto/declarative_geoshape/declarative_geoshape.pro index 3a78025c..aa6647f5 100644 --- a/tests/auto/declarative_geoshape/declarative_geoshape.pro +++ b/tests/auto/declarative_geoshape/declarative_geoshape.pro @@ -9,4 +9,3 @@ QT += positioning quick OTHER_FILES = *.qml TESTDATA = $$OTHER_FILES -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 |