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 += \ ...@@ -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 += \ ...@@ -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 ...@@ -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)
......
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