summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnearfieldtagtype2
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-08-01 15:41:28 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-01 22:27:20 +0200
commitfca18ab38992be9327dc529f497c5806485ad551 (patch)
tree5019fd8cfadb3962a9da8f091667840724f3710f /tests/auto/qnearfieldtagtype2
parent86484ab3e2f31fc653c23b499a9d21ad9f72cea5 (diff)
Set the Qt API level to compatibility mode in all tests.
Qt 5.0 beta requires changing the default to the 5.0 API, disabling the deprecated code. However, tests should test (and often do) the compatibility API too, so turn it back on. Task-number: QTBUG-25053 Change-Id: I9db441ddaeb09298f311ece48111aea1ff2ae554 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'tests/auto/qnearfieldtagtype2')
-rw-r--r--tests/auto/qnearfieldtagtype2/qnearfieldtagtype2.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qnearfieldtagtype2/qnearfieldtagtype2.pro b/tests/auto/qnearfieldtagtype2/qnearfieldtagtype2.pro
index 4eb553c1..77332b8e 100644
--- a/tests/auto/qnearfieldtagtype2/qnearfieldtagtype2.pro
+++ b/tests/auto/qnearfieldtagtype2/qnearfieldtagtype2.pro
@@ -5,3 +5,4 @@ CONFIG += testcase
QT = core nfc-private testlib
DEFINES += SRCDIR=\\\"$$PWD\\\"
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0