Skip to content
Snippets Groups Projects
Commit f70affc0 authored by hjk's avatar hjk
Browse files

debugger: put tcf related stuff into directory of its own

parent f63f18b8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
File moved
File moved
HEADERS += \
$$PWD/json.h \
$$PWD/tcfengine.h \
SOURCES += \
$$PWD/json.cpp \
$$PWD/tcfengine.cpp \
FORMS +=
RESOURCES +=
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment