From 04327298604fc9efa242669afda281ad461c0536 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 15 Mar 2012 16:37:33 +0100 Subject: [PATCH] Debugger: Disable debugging for qmlprofiler, qmltest QmlProfiler uses the debugging API as a client, but doesn't have to be debugged itself. I don't think there's a use case to debug qmltest either. Change-Id: Ibc8849c77d807f96c6abec5cebc3581ab023d5ae Reviewed-by: Yunqiao Yin --- src/qmltest/qmltest.pro | 2 +- tools/qmlprofiler/qmlprofiler.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qmltest/qmltest.pro b/src/qmltest/qmltest.pro index b1c99d2739..6df36d20cb 100644 --- a/src/qmltest/qmltest.pro +++ b/src/qmltest/qmltest.pro @@ -4,7 +4,7 @@ TARGET = QtQuickTest QPRO_PWD = $$PWD CONFIG += module -CONFIG += dll warn_on declarative_debug +CONFIG += dll warn_on MODULE_PRI += ../../modules/qt_qmltest.pri QT += testlib testlib-private qml quick gui diff --git a/tools/qmlprofiler/qmlprofiler.pro b/tools/qmlprofiler/qmlprofiler.pro index 60c2e7086b..b90554455f 100644 --- a/tools/qmlprofiler/qmlprofiler.pro +++ b/tools/qmlprofiler/qmlprofiler.pro @@ -9,7 +9,7 @@ INSTALLS += target macx: CONFIG -= app_bundle -CONFIG += console declarative_debug +CONFIG += console SOURCES += main.cpp \ qmlprofilerapplication.cpp \