aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjk <[email protected]>2009-05-19 15:28:39 +0200
committerhjk <[email protected]>2009-05-19 15:28:39 +0200
commitf70affc0709a98a8843c69567a6b4f9acae552bb (patch)
treeccf264007cc42a4268bdd20f72a2983a7b482a29
parentf63f18b840f6b69d5b8677625f3e53c6e6626e5a (diff)
debugger: put tcf related stuff into directory of its own
-rw-r--r--src/plugins/debugger/debugger.pro3
-rw-r--r--src/plugins/debugger/tcf/json.cpp (renamed from src/plugins/debugger/json.cpp)0
-rw-r--r--src/plugins/debugger/tcf/json.h (renamed from src/plugins/debugger/json.h)0
-rw-r--r--src/plugins/debugger/tcf/tcf.pri11
-rw-r--r--src/plugins/debugger/tcf/tcfengine.cpp (renamed from src/plugins/debugger/tcfengine.cpp)0
-rw-r--r--src/plugins/debugger/tcf/tcfengine.h (renamed from src/plugins/debugger/tcfengine.h)0
6 files changed, 12 insertions, 2 deletions
diff --git a/src/plugins/debugger/debugger.pro b/src/plugins/debugger/debugger.pro
index b964b828425..128c7c62dee 100644
--- a/src/plugins/debugger/debugger.pro
+++ b/src/plugins/debugger/debugger.pro
@@ -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)
diff --git a/src/plugins/debugger/json.cpp b/src/plugins/debugger/tcf/json.cpp
index e1eede35f08..e1eede35f08 100644
--- a/src/plugins/debugger/json.cpp
+++ b/src/plugins/debugger/tcf/json.cpp
diff --git a/src/plugins/debugger/json.h b/src/plugins/debugger/tcf/json.h
index 92ee2fdad5d..92ee2fdad5d 100644
--- a/src/plugins/debugger/json.h
+++ b/src/plugins/debugger/tcf/json.h
diff --git a/src/plugins/debugger/tcf/tcf.pri b/src/plugins/debugger/tcf/tcf.pri
new file mode 100644
index 00000000000..faaad28f759
--- /dev/null
+++ b/src/plugins/debugger/tcf/tcf.pri
@@ -0,0 +1,11 @@
+HEADERS += \
+ $$PWD/json.h \
+ $$PWD/tcfengine.h \
+
+SOURCES += \
+ $$PWD/json.cpp \
+ $$PWD/tcfengine.cpp \
+
+FORMS +=
+
+RESOURCES +=
diff --git a/src/plugins/debugger/tcfengine.cpp b/src/plugins/debugger/tcf/tcfengine.cpp
index 6e7fac9f379..6e7fac9f379 100644
--- a/src/plugins/debugger/tcfengine.cpp
+++ b/src/plugins/debugger/tcf/tcfengine.cpp
diff --git a/src/plugins/debugger/tcfengine.h b/src/plugins/debugger/tcf/tcfengine.h
index f9cfc00ec5b..f9cfc00ec5b 100644
--- a/src/plugins/debugger/tcfengine.h
+++ b/src/plugins/debugger/tcf/tcfengine.h