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

View File

@@ -0,0 +1,11 @@
HEADERS += \
$$PWD/json.h \
$$PWD/tcfengine.h \
SOURCES += \
$$PWD/json.cpp \
$$PWD/tcfengine.cpp \
FORMS +=
RESOURCES +=