Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
f9453661
Commit
f9453661
authored
Jul 14, 2010
by
Friedemann Kleint
Committed by
hjk
Jul 14, 2010
Browse files
Compile Windows.
parent
3201d4ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/cdb/cdbcore.pri
View file @
f9453661
...
...
@@ -31,7 +31,7 @@ HEADERS += \
$$PWD/debugeventcallbackbase.h \
$$PWD/symbolgroupcontext.h \
$$PWD/stacktracecontext.h \
$$PWD/breakpoint.h
$$PWD/
core
breakpoint.h
SOURCES += \
$$PWD/coreengine.cpp \
...
...
@@ -39,7 +39,7 @@ SOURCES += \
$$PWD/debugeventcallbackbase.cpp \
$$PWD/symbolgroupcontext.cpp \
$$PWD/stacktracecontext.cpp \
$$PWD/breakpoint.cpp
$$PWD/
core
breakpoint.cpp
INCLUDEPATH*=$$PWD
DEPENDPATH*=$$PWD
...
...
tests/manual/ccdb/cdbapplication.h
View file @
f9453661
...
...
@@ -30,7 +30,7 @@
#ifndef CDBAPPLICATION_H
#define CDBAPPLICATION_H
#include
"breakpoint.h"
#include
"
core
breakpoint.h"
#include
<QtCore/QCoreApplication>
#include
<QtCore/QSharedPointer>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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