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 <charles.yin@nokia.com>
This commit is contained in:
Kai Koehne 2012-03-15 16:37:33 +01:00 committed by Qt by Nokia
parent 9ca4af5c59
commit 0432729860
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -9,7 +9,7 @@ INSTALLS += target
macx: CONFIG -= app_bundle
CONFIG += console declarative_debug
CONFIG += console
SOURCES += main.cpp \
qmlprofilerapplication.cpp \