| [2] | 1 | RESOURCES += $$PWD/scripttools_debugging.qrc
|
|---|
| 2 |
|
|---|
| 3 | SOURCES += \
|
|---|
| 4 | $$PWD/qscriptdebuggervalue.cpp \
|
|---|
| 5 | $$PWD/qscriptdebuggervalueproperty.cpp \
|
|---|
| 6 | $$PWD/qscriptdebuggercommand.cpp \
|
|---|
| 7 | $$PWD/qscriptdebuggerresponse.cpp \
|
|---|
| 8 | $$PWD/qscriptdebuggerevent.cpp \
|
|---|
| 9 | $$PWD/qscriptdebuggercommandexecutor.cpp \
|
|---|
| 10 | $$PWD/qscriptdebuggercommandschedulerfrontend.cpp \
|
|---|
| 11 | $$PWD/qscriptdebuggerbackend.cpp \
|
|---|
| 12 | $$PWD/qscriptdebuggeragent.cpp \
|
|---|
| 13 | $$PWD/qscriptdebuggerfrontend.cpp \
|
|---|
| 14 | $$PWD/qscriptstdmessagehandler.cpp \
|
|---|
| 15 | $$PWD/qscriptenginedebuggerfrontend.cpp \
|
|---|
| 16 | $$PWD/qscriptdebuggerjob.cpp \
|
|---|
| 17 | $$PWD/qscriptdebuggercommandschedulerjob.cpp \
|
|---|
| 18 | $$PWD/qscriptvalueproperty.cpp \
|
|---|
| 19 | $$PWD/qscriptobjectsnapshot.cpp \
|
|---|
| 20 | $$PWD/qscriptscriptdata.cpp \
|
|---|
| 21 | $$PWD/qscriptxmlparser.cpp \
|
|---|
| 22 | $$PWD/qscriptbreakpointdata.cpp \
|
|---|
| 23 | $$PWD/qscriptdebugger.cpp \
|
|---|
| 24 | $$PWD/qscriptdebuggerconsole.cpp \
|
|---|
| 25 | $$PWD/qscriptdebuggerconsolecommand.cpp \
|
|---|
| 26 | $$PWD/qscriptdebuggerconsolecommandjob.cpp \
|
|---|
| 27 | $$PWD/qscriptdebuggerconsolecommandgroupdata.cpp \
|
|---|
| 28 | $$PWD/qscriptdebuggerconsolecommandmanager.cpp \
|
|---|
| 29 | $$PWD/qscriptcompletiontaskinterface.cpp \
|
|---|
| 30 | $$PWD/qscriptcompletiontask.cpp \
|
|---|
| 31 | $$PWD/qscriptdebuggerconsoleglobalobject.cpp \
|
|---|
| 32 | $$PWD/qscriptdebuggerscriptedconsolecommand.cpp
|
|---|
| 33 |
|
|---|
| 34 | HEADERS += \
|
|---|
| 35 | $$PWD/qscriptdebuggervalue_p.h \
|
|---|
| 36 | $$PWD/qscriptdebuggervalueproperty_p.h \
|
|---|
| 37 | $$PWD/qscriptdebuggerobjectsnapshotdelta_p.h \
|
|---|
| 38 | $$PWD/qscriptdebuggercommand_p.h \
|
|---|
| 39 | $$PWD/qscriptdebuggercommandschedulerinterface_p.h \
|
|---|
| |
|---|