forked from qt-creator/qt-creator
ScriptConsole: Refactor to QtMessageLogWindow
Move QML/JS independent classes to common Debugger code. A Debugger Engine needs to override evaluateScriptExpression() to provide engine specific script evaluation. Change-Id: I02b23b380a3eb1b12003b30ded0b7d075e44dfed Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -6,29 +6,16 @@ HEADERS += \
|
||||
$$PWD/qmldebuggerclient.h \
|
||||
$$PWD/qmljsprivateapi.h \
|
||||
$$PWD/qmlcppengine.h \
|
||||
$$PWD/qmljsscriptconsole.h \
|
||||
$$PWD/qscriptdebuggerclient.h \
|
||||
$$PWD/qmlv8debuggerclient.h \
|
||||
$$PWD/interactiveinterpreter.h \
|
||||
$$PWD/qmlv8debuggerclientconstants.h \
|
||||
$$PWD/consoletreeview.h \
|
||||
$$PWD/consoleitemmodel.h \
|
||||
$$PWD/consoleitemdelegate.h \
|
||||
$$PWD/consoleeditor.h \
|
||||
$$PWD/consolebackend.h
|
||||
$$PWD/qmlv8debuggerclientconstants.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/qmlengine.cpp \
|
||||
$$PWD/qmladapter.cpp \
|
||||
$$PWD/qmldebuggerclient.cpp \
|
||||
$$PWD/qmlcppengine.cpp \
|
||||
$$PWD/qmljsscriptconsole.cpp \
|
||||
$$PWD/qscriptdebuggerclient.cpp \
|
||||
$$PWD/qmlv8debuggerclient.cpp \
|
||||
$$PWD/interactiveinterpreter.cpp \
|
||||
$$PWD/consoletreeview.cpp \
|
||||
$$PWD/consoleitemmodel.cpp \
|
||||
$$PWD/consoleitemdelegate.cpp \
|
||||
$$PWD/consoleeditor.cpp \
|
||||
$$PWD/consolebackend.cpp
|
||||
|
||||
$$PWD/interactiveinterpreter.cpp
|
||||
|
||||
Reference in New Issue
Block a user