forked from qt-creator/qt-creator
Class to find breakpoint positions for CDB.
Reviewed-by: Friedemann Kleint
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user