Class to find breakpoint positions for CDB.

Reviewed-by: Friedemann Kleint
This commit is contained in:
Erik Verbruggen
2011-05-09 13:25:32 +02:00
parent a547aee827
commit 49814d9ea5
4 changed files with 348 additions and 2 deletions

View File

@@ -51,7 +51,8 @@ HEADERS += \
$$PWD/pp-engine.h \
$$PWD/pp-macro-expander.h \
$$PWD/pp-scanner.h \
$$PWD/ModelManagerInterface.h
$$PWD/ModelManagerInterface.h \
$$PWD/findcdbbreakpoint.h
SOURCES += \
$$PWD/SimpleLexer.cpp \
@@ -78,6 +79,11 @@ SOURCES += \
$$PWD/pp-engine.cpp \
$$PWD/pp-macro-expander.cpp \
$$PWD/pp-scanner.cpp \
$$PWD/ModelManagerInterface.cpp
$$PWD/ModelManagerInterface.cpp \
$$PWD/findcdbbreakpoint.cpp
RESOURCES += $$PWD/cplusplus.qrc