Skip to content

Commit

Permalink
Debugger: Disable debugging for qmlprofiler, qmltest
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kai Koehne authored and Qt by Nokia committed Mar 20, 2012
1 parent 9ca4af5 commit 0432729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qmltest/qmltest.pro
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/qmlprofiler/qmlprofiler.pro
Expand Up @@ -9,7 +9,7 @@ INSTALLS += target

macx: CONFIG -= app_bundle

CONFIG += console declarative_debug
CONFIG += console

SOURCES += main.cpp \
qmlprofilerapplication.cpp \
Expand Down

0 comments on commit 0432729

Please sign in to comment.