From 0828bf653e0d7e6c6f455583370b993db62b859b Mon Sep 17 00:00:00 2001 From: Andrew den Exter Date: Wed, 8 Feb 2012 18:03:13 +1000 Subject: Use the declarative_debug config option to enable debug. There doesn't appear to be any straightforward way to install additional prf files to qtbase and declarative_debug.prf is identical to quick1_debug and already present in the qtbase repo. Change-Id: I8332e22f4039c7de18fedb21fe951ff19611ea13 Reviewed-by: Matthew Vogt Reviewed-by: Martin Jones --- .../declarative/qdeclarativedebugclient/qdeclarativedebugclient.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/declarative/qdeclarativedebugclient') diff --git a/tests/auto/declarative/qdeclarativedebugclient/qdeclarativedebugclient.pro b/tests/auto/declarative/qdeclarativedebugclient/qdeclarativedebugclient.pro index db98ab09..54228dcb 100644 --- a/tests/auto/declarative/qdeclarativedebugclient/qdeclarativedebugclient.pro +++ b/tests/auto/declarative/qdeclarativedebugclient/qdeclarativedebugclient.pro @@ -9,4 +9,4 @@ HEADERS += ../shared/debugutil_p.h SOURCES += tst_qdeclarativedebugclient.cpp \ ../shared/debugutil.cpp -CONFIG += quick1_debug +CONFIG += declarative_debug -- cgit v1.2.3