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:
parent
9ca4af5c59
commit
0432729860
|
@ -4,7 +4,7 @@ TARGET = QtQuickTest
|
||||||
QPRO_PWD = $$PWD
|
QPRO_PWD = $$PWD
|
||||||
|
|
||||||
CONFIG += module
|
CONFIG += module
|
||||||
CONFIG += dll warn_on declarative_debug
|
CONFIG += dll warn_on
|
||||||
MODULE_PRI += ../../modules/qt_qmltest.pri
|
MODULE_PRI += ../../modules/qt_qmltest.pri
|
||||||
|
|
||||||
QT += testlib testlib-private qml quick gui
|
QT += testlib testlib-private qml quick gui
|
||||||
|
|
|
@ -9,7 +9,7 @@ INSTALLS += target
|
||||||
|
|
||||||
macx: CONFIG -= app_bundle
|
macx: CONFIG -= app_bundle
|
||||||
|
|
||||||
CONFIG += console declarative_debug
|
CONFIG += console
|
||||||
|
|
||||||
SOURCES += main.cpp \
|
SOURCES += main.cpp \
|
||||||
qmlprofilerapplication.cpp \
|
qmlprofilerapplication.cpp \
|
||||||
|
|
Loading…
Reference in New Issue