aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmldebugclient
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-04-25 08:40:48 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-25 13:07:56 +0200
commite1583664fd8a9eb66e37bdd2e1476bbf90383a4c (patch)
tree61096defbf7f6f4a796546c2f3de508181bc8826 /tests/auto/qml/debugger/qqmldebugclient
parentb70c84564a135090740d2db98c04bf9ee8a6a4aa (diff)
Debugger: Fix warnings about declarative_debug in autotests
declarative_debug is deprecated and will be removed eventually. Change-Id: I1f5a61c91c25e37ff39e9154bcaa3cd74d60e109 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
Diffstat (limited to 'tests/auto/qml/debugger/qqmldebugclient')
-rw-r--r--tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro4
1 files changed, 3 insertions, 1 deletions
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