forked from qt-creator/qt-creator
C++: Add dumpers for common datatypes to simplify debugging.
Change-Id: I03f907dd0e8d9d63f0dfd38499c98296b5c7871a Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
This commit is contained in:
@@ -55,7 +55,8 @@ HEADERS += \
|
||||
$$PWD/pp-scanner.h \
|
||||
$$PWD/ModelManagerInterface.h \
|
||||
$$PWD/findcdbbreakpoint.h \
|
||||
$$PWD/TypeHierarchyBuilder.h
|
||||
$$PWD/TypeHierarchyBuilder.h \
|
||||
$$PWD/Dumpers.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/SimpleLexer.cpp \
|
||||
@@ -84,6 +85,7 @@ SOURCES += \
|
||||
$$PWD/pp-scanner.cpp \
|
||||
$$PWD/ModelManagerInterface.cpp \
|
||||
$$PWD/findcdbbreakpoint.cpp \
|
||||
$$PWD/TypeHierarchyBuilder.cpp
|
||||
$$PWD/TypeHierarchyBuilder.cpp \
|
||||
$$PWD/Dumpers.cpp
|
||||
|
||||
RESOURCES += $$PWD/cplusplus.qrc
|
||||
|
||||
Reference in New Issue
Block a user