debugger: put tcf related stuff into directory of its own

This commit is contained in:
hjk
2009-05-19 15:28:39 +02:00
parent f63f18b840
commit f70affc070
6 changed files with 12 additions and 2 deletions

View File

@@ -39,7 +39,6 @@ HEADERS += \
stackhandler.h \
stackwindow.h \
sourcefileswindow.h \
tcfengine.h \
threadswindow.h \
watchhandler.h \
watchwindow.h \
@@ -68,7 +67,6 @@ SOURCES += \
stackwindow.cpp \
sourcefileswindow.cpp \
threadswindow.cpp \
tcfengine.cpp \
watchhandler.cpp \
watchwindow.cpp \
@@ -91,6 +89,7 @@ DEFINES += USE_MODEL_TEST=1
}
include(gdb/gdb.pri)
include(tcf/tcf.pri)
win32 {
include(win/win.pri)