Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
f70affc0
Commit
f70affc0
authored
May 19, 2009
by
hjk
Browse files
debugger: put tcf related stuff into directory of its own
parent
f63f18b8
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debugger.pro
View file @
f70affc0
...
...
@@ -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
)
...
...
src/plugins/debugger/json.cpp
→
src/plugins/debugger/
tcf/
json.cpp
View file @
f70affc0
File moved
src/plugins/debugger/json.h
→
src/plugins/debugger/
tcf/
json.h
View file @
f70affc0
File moved
src/plugins/debugger/tcf/tcf.pri
0 → 100644
View file @
f70affc0
HEADERS += \
$$PWD/json.h \
$$PWD/tcfengine.h \
SOURCES += \
$$PWD/json.cpp \
$$PWD/tcfengine.cpp \
FORMS +=
RESOURCES +=
src/plugins/debugger/tcfengine.cpp
→
src/plugins/debugger/
tcf/
tcfengine.cpp
View file @
f70affc0
File moved
src/plugins/debugger/tcfengine.h
→
src/plugins/debugger/
tcf/
tcfengine.h
View file @
f70affc0
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment