aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-03-15 16:37:33 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-20 08:55:05 +0100
commit04327298604fc9efa242669afda281ad461c0536 (patch)
tree4d644e5bd0c0843be03384af15b350bd6179e0a1 /tools
parent9ca4af5c5901a3d0abb0010e21fab0925573cf00 (diff)
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmlprofiler/qmlprofiler.pro2
1 files changed, 1 insertions, 1 deletions
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 \