forked from qt-creator/qt-creator
debugger: put tcf related stuff into directory of its own
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
11
src/plugins/debugger/tcf/tcf.pri
Normal file
11
src/plugins/debugger/tcf/tcf.pri
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
HEADERS += \
|
||||||
|
$$PWD/json.h \
|
||||||
|
$$PWD/tcfengine.h \
|
||||||
|
|
||||||
|
SOURCES += \
|
||||||
|
$$PWD/json.cpp \
|
||||||
|
$$PWD/tcfengine.cpp \
|
||||||
|
|
||||||
|
FORMS +=
|
||||||
|
|
||||||
|
RESOURCES +=
|
||||||
Reference in New Issue
Block a user