debugger: move script-debugger related code to directory of its own

This commit is contained in:
hjk
2009-05-19 15:38:04 +02:00
parent f8d16b0381
commit 420cd301c7
4 changed files with 10 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ HEADERS += \
procinterrupt.h \
registerhandler.h \
registerwindow.h \
scriptengine.h \
stackhandler.h \
stackwindow.h \
sourcefileswindow.h \
@@ -62,7 +61,6 @@ SOURCES += \
procinterrupt.cpp \
registerhandler.cpp \
registerwindow.cpp \
scriptengine.cpp \
stackhandler.cpp \
stackwindow.cpp \
sourcefileswindow.cpp \
@@ -92,5 +90,6 @@ include(gdb/gdb.pri)
include(tcf/tcf.pri)
include(win/win.pri)
include(cdb/cdb.pri)
include(script/script.pri)
OTHER_FILES += Debugger.pluginspec

View File

@@ -0,0 +1,9 @@
HEADERS += \
$$PWD/scriptengine.h \
SOURCES += \
$$PWD/scriptengine.cpp \
FORMS +=
RESOURCES +=