From 49a3f16a0ce525b3ed22d00b9d8639a4255cebcd Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 24 Aug 2012 11:07:22 +0200 Subject: Use CONFIG+=quick1_debug in pro files to activate debugging Change-Id: I63cc45662e8f1ac5979ac8cf2ba8c76b42c45895 Reviewed-by: Aurindam Jana --- tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro | 2 +- .../declarative/qdeclarativedebugclient/qdeclarativedebugclient.pro | 2 +- tests/auto/declarative/qdeclarativedebugjs/app/app.pro | 2 +- .../declarative/qdeclarativedebugservice/qdeclarativedebugservice.pro | 2 +- tools/qml/qml.pro | 2 +- 5 files changed, 5 insertions(+), 5 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 diff --git a/tests/auto/declarative/qdeclarativedebugclient/qdeclarativedebugclient.pro b/tests/auto/declarative/qdeclarativedebugclient/qdeclarativedebugclient.pro index 0d887850..e8d4fef8 100644 --- a/tests/auto/declarative/qdeclarativedebugclient/qdeclarativedebugclient.pro +++ b/tests/auto/declarative/qdeclarativedebugclient/qdeclarativedebugclient.pro @@ -9,5 +9,5 @@ HEADERS += ../shared/debugutil_p.h SOURCES += tst_qdeclarativedebugclient.cpp \ ../shared/debugutil.cpp -CONFIG += declarative_debug +CONFIG += quick1_debug DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 diff --git a/tests/auto/declarative/qdeclarativedebugjs/app/app.pro b/tests/auto/declarative/qdeclarativedebugjs/app/app.pro index 157328d9..c4bc6d49 100644 --- a/tests/auto/declarative/qdeclarativedebugjs/app/app.pro +++ b/tests/auto/declarative/qdeclarativedebugjs/app/app.pro @@ -1,7 +1,7 @@ TEMPLATE = app QT += quick1 quick1-private gui widgets -CONFIG += declarative_debug +CONFIG += quick1_debug CONFIG += console CONFIG -= app_bundle diff --git a/tests/auto/declarative/qdeclarativedebugservice/qdeclarativedebugservice.pro b/tests/auto/declarative/qdeclarativedebugservice/qdeclarativedebugservice.pro index b517c11d..2e4779af 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 declarative_debug +CONFIG += parallel_test quick1_debug DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro index 54b037f9..4e5e53e2 100644 --- a/tools/qml/qml.pro +++ b/tools/qml/qml.pro @@ -1,5 +1,5 @@ TEMPLATE = app -CONFIG += qt uic declarative_debug quick1 +CONFIG += qt uic quick1_debug quick1 DESTDIR = $$QT.quick1.bins include(qml.pri) -- cgit v1.2.3