From f945366198db5a71dcee13c5a2e01f6bb1804859 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint <Friedemann.Kleint@nokia.com> Date: Wed, 14 Jul 2010 11:03:20 +0200 Subject: [PATCH] Compile Windows. --- src/plugins/debugger/cdb/cdbcore.pri | 4 ++-- tests/manual/ccdb/cdbapplication.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/debugger/cdb/cdbcore.pri b/src/plugins/debugger/cdb/cdbcore.pri index 4fb6739dff5..c1439de63dc 100644 --- a/src/plugins/debugger/cdb/cdbcore.pri +++ b/src/plugins/debugger/cdb/cdbcore.pri @@ -31,7 +31,7 @@ HEADERS += \ $$PWD/debugeventcallbackbase.h \ $$PWD/symbolgroupcontext.h \ $$PWD/stacktracecontext.h \ - $$PWD/breakpoint.h + $$PWD/corebreakpoint.h SOURCES += \ $$PWD/coreengine.cpp \ @@ -39,7 +39,7 @@ SOURCES += \ $$PWD/debugeventcallbackbase.cpp \ $$PWD/symbolgroupcontext.cpp \ $$PWD/stacktracecontext.cpp \ - $$PWD/breakpoint.cpp + $$PWD/corebreakpoint.cpp INCLUDEPATH*=$$PWD DEPENDPATH*=$$PWD diff --git a/tests/manual/ccdb/cdbapplication.h b/tests/manual/ccdb/cdbapplication.h index 8d68e6414e6..b675edd0136 100644 --- a/tests/manual/ccdb/cdbapplication.h +++ b/tests/manual/ccdb/cdbapplication.h @@ -30,7 +30,7 @@ #ifndef CDBAPPLICATION_H #define CDBAPPLICATION_H -#include "breakpoint.h" +#include "corebreakpoint.h" #include <QtCore/QCoreApplication> #include <QtCore/QSharedPointer> -- GitLab