aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--src/qmltest/qmltest.pro2
-rw-r--r--tools/qmlprofiler/qmlprofiler.pro2
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 \