summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativedebugservice
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-10-13 20:40:10 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-13 21:31:57 +0200
commit1345af6b49edce7ae71a88606741485c4c301c39 (patch)
tree684718b480f44480ca3bfc0f38a15994137e4051 /tests/auto/declarative/qdeclarativedebugservice
parent9b345360dc1c008150efe57fbd28d6a194132dee (diff)
Fix quick1_debug -> declarative_debug
This change was introduced in qtbase by abbecca7d484560111dfdbb894d48d253873018b Change-Id: Ic04076e0925c8e2a7226caef4a008fd09a9d1216 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/declarative/qdeclarativedebugservice')
-rw-r--r--tests/auto/declarative/qdeclarativedebugservice/qdeclarativedebugservice.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativedebugservice/qdeclarativedebugservice.pro b/tests/auto/declarative/qdeclarativedebugservice/qdeclarativedebugservice.pro
index 2e4779af..b517c11d 100644
--- a/tests/auto/declarative/qdeclarativedebugservice/qdeclarativedebugservice.pro
+++ b/tests/auto/declarative/qdeclarativedebugservice/qdeclarativedebugservice.pro
@@ -9,5 +9,5 @@ HEADERS += ../shared/debugutil_p.h
SOURCES += tst_qdeclarativedebugservice.cpp \
../shared/debugutil.cpp
-CONFIG += parallel_test quick1_debug
+CONFIG += parallel_test declarative_debug
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0