summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/simple_lib
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-07-03 15:15:15 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-03 21:38:37 +0200
commitbc328f8ec316acc2961b49978831171654ddde2d (patch)
tree163cd16d4f748a42251111e97b3cef2545a62a50 /tests/auto/tools/qmake/testdata/simple_lib
parente9d50f2ec213e5706a8db88e5b0601185a1cd7fe (diff)
remove nonsense DEFINES
Change-Id: Ie079c52eb800878983501b9fe2b2f6c27df0cdb1 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/tools/qmake/testdata/simple_lib')
-rw-r--r--tests/auto/tools/qmake/testdata/simple_lib/simple_lib.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/tools/qmake/testdata/simple_lib/simple_lib.pro b/tests/auto/tools/qmake/testdata/simple_lib/simple_lib.pro
index c04ed05ff3..9abc3e9f26 100644
--- a/tests/auto/tools/qmake/testdata/simple_lib/simple_lib.pro
+++ b/tests/auto/tools/qmake/testdata/simple_lib/simple_lib.pro
@@ -11,5 +11,3 @@ MOC_DIR = tmp
OBJECTS_DIR = tmp
TARGET = simple_lib
DESTDIR = ./
-
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0