summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothaddress/qbluetoothaddress.pro
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/qbluetoothaddress/qbluetoothaddress.pro
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/qbluetoothaddress/qbluetoothaddress.pro')
-rw-r--r--tests/auto/qbluetoothaddress/qbluetoothaddress.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qbluetoothaddress/qbluetoothaddress.pro b/tests/auto/qbluetoothaddress/qbluetoothaddress.pro
index f87551e8..f0ef2b77 100644
--- a/tests/auto/qbluetoothaddress/qbluetoothaddress.pro
+++ b/tests/auto/qbluetoothaddress/qbluetoothaddress.pro
@@ -4,3 +4,4 @@ CONFIG += testcase
QT = core concurrent bluetooth testlib
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0