From e1583664fd8a9eb66e37bdd2e1476bbf90383a4c Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 25 Apr 2012 08:40:48 +0200 Subject: Debugger: Fix warnings about declarative_debug in autotests declarative_debug is deprecated and will be removed eventually. Change-Id: I1f5a61c91c25e37ff39e9154bcaa3cd74d60e109 Reviewed-by: Aurindam Jana --- tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/auto/qml/debugger/qqmldebugclient') diff --git a/tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro b/tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro index 60355f1527..bb209404c1 100644 --- a/tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro +++ b/tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro @@ -10,6 +10,8 @@ SOURCES += tst_qqmldebugclient.cpp \ INCLUDEPATH += ../shared include(../shared/debugutil.pri) -CONFIG += declarative_debug +DEFINES += QT_QML_DEBUG_NO_WARNING + +CONFIG += qml_debug QT += qml-private testlib -- cgit v1.2.3