Debugger: Disable debugging for qmlprofiler, qmltest
authorKai Koehne <kai.koehne@nokia.com>
Thu, 15 Mar 2012 15:37:33 +0000 (16:37 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 20 Mar 2012 07:55:05 +0000 (08:55 +0100)
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>
src/qmltest/qmltest.pro
tools/qmlprofiler/qmlprofiler.pro

index b1c99d2..6df36d2 100644 (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
index 60c2e70..b905544 100644 (file)
@@ -9,7 +9,7 @@ INSTALLS += target
 
 macx: CONFIG -= app_bundle
 
-CONFIG   += console declarative_debug
+CONFIG   += console
 
 SOURCES += main.cpp \
     qmlprofilerapplication.cpp \