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>
This commit is contained in:
Kai Koehne 2012-04-25 08:40:48 +02:00 committed by Qt by Nokia
parent b70c84564a
commit e1583664fd
7 changed files with 13 additions and 7 deletions

View File

@ -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

View File

@ -11,6 +11,8 @@ INCLUDEPATH += ../shared
include(../../../shared/util.pri)
include(../shared/debugutil.pri)
CONFIG += parallel_test declarative_debug
CONFIG += parallel_test
DEFINES += QT_QML_DEBUG_NO_WARNING
QT += qml-private testlib

View File

@ -13,6 +13,8 @@ INCLUDEPATH += ../shared
include(../../../shared/util.pri)
include(../shared/debugutil.pri)
CONFIG += parallel_test declarative_debug
CONFIG += parallel_test
DEFINES += QT_QML_DEBUG_NO_WARNING
QT += core-private qml-private quick-private v8-private testlib

View File

@ -2,7 +2,7 @@ TARGET = app
DESTDIR = $$OUT_PWD
QT += qml quick
CONFIG += declarative_debug
CONFIG += qml_debug
macx:CONFIG -= app_bundle
SOURCES += main.cpp

View File

@ -7,6 +7,6 @@ SOURCES += tst_qqmlinspector.cpp
INCLUDEPATH += ../shared
include(../shared/debugutil.pri)
CONFIG += parallel_test declarative_debug
CONFIG += parallel_test
QT += qml testlib

View File

@ -10,6 +10,6 @@ include(../shared/debugutil.pri)
OTHER_FILES += data/test.qml
CONFIG += parallel_test declarative_debug
CONFIG += parallel_test
QT += core qml testlib

View File

@ -10,7 +10,7 @@ include(../shared/debugutil.pri)
OTHER_FILES += data/test.qml
CONFIG += parallel_test declarative_debug
CONFIG += parallel_test
QT += qml testlib