aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-08-24 15:14:59 +0200
committerQt by Nokia <qt-info@nokia.com>2011-08-26 12:13:45 +0200
commit33ecffd4e278955ddb36853580990d156e03fa09 (patch)
treedaea6671ba7a36d1d9504b0b314dde11669193d8 /tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro
parent46af4afe0cfd3afddfe204913b5012be7369870f (diff)
Deprecate QDeclarativeDebugHelper class
This was a helper class for enable debugging in 4.7. Since Qt 4.8 you should just say CONFIG += declarative_debug Change-Id: I51dabaec36e175a097721570061aad38c3f828d1 Reviewed-on: http://codereview.qt.nokia.com/3507 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro')
-rw-r--r--tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro b/tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro
index cd5577219d..7e04cb8edc 100644
--- a/tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro
+++ b/tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro
@@ -6,6 +6,6 @@ HEADERS += ../shared/debugutil_p.h
SOURCES += tst_qdeclarativedebug.cpp \
../shared/debugutil.cpp
-CONFIG += parallel_test
+CONFIG += parallel_test declarative_debug
QT += core-private gui-private declarative-private