aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/qqmlecmascript.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-08-24 14:11:03 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-09-02 04:19:22 +0000
commit06f11da5e17d292eab510b3d9f7c7455108bb91c (patch)
treecb87a617222cfb0f1cef177294a523115b3d5783 /tests/auto/qml/qqmlecmascript/qqmlecmascript.pro
parent9713146cbc91d7e41af73ac5af1ec09bce028e1b (diff)
Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.
Fix usage of API that is marked deprecated. Change-Id: Ia887437f99b9ce207891ca19bc49294acb7d629d Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'tests/auto/qml/qqmlecmascript/qqmlecmascript.pro')
-rw-r--r--tests/auto/qml/qqmlecmascript/qqmlecmascript.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qml/qqmlecmascript/qqmlecmascript.pro b/tests/auto/qml/qqmlecmascript/qqmlecmascript.pro
index 6f3f765aba..101181bba0 100644
--- a/tests/auto/qml/qqmlecmascript/qqmlecmascript.pro
+++ b/tests/auto/qml/qqmlecmascript/qqmlecmascript.pro
@@ -20,5 +20,3 @@ TESTDATA = data/*
QT += core-private gui-private qml-private network testlib
qtHaveModule(widgets): QT += widgets
-
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0