summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-08-24 11:07:22 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-24 11:26:43 +0200
commit49a3f16a0ce525b3ed22d00b9d8639a4255cebcd (patch)
tree88ccf02c54348ee87605563914bea8bb7c2c975a /tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro
parent0b9f8b63778d808dcc3cd4ee876a4f24e76c6526 (diff)
Use CONFIG+=quick1_debug in pro files to activate debuggingv5.0.0-beta1
Change-Id: I63cc45662e8f1ac5979ac8cf2ba8c76b42c45895 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 e5fc671f..fa8e7bd3 100644
--- a/tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro
+++ b/tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro
@@ -9,7 +9,7 @@ HEADERS += ../shared/debugutil_p.h
SOURCES += tst_qdeclarativedebug.cpp \
../shared/debugutil.cpp
-CONFIG += parallel_test declarative_debug
+CONFIG += parallel_test quick1_debug
CONFIG+=insignificant_test # QTBUG-26702
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0