Moved ASTPath to its own header/source files.

This commit is contained in:
Erik Verbruggen
2010-05-28 15:25:24 +02:00
parent d4e1a24daa
commit 3eee397abd
4 changed files with 158 additions and 58 deletions

View File

@@ -37,6 +37,7 @@ HEADERS += \
$$PWD/LookupItem.h \
$$PWD/LookupContext.h \
$$PWD/ASTParent.h \
$$PWD/ASTPath.h \
$$PWD/DeprecatedGenTemplateInstance.h \
$$PWD/FindUsages.h \
$$PWD/CheckUndefinedSymbols.h \
@@ -62,6 +63,7 @@ SOURCES += \
$$PWD/LookupItem.cpp \
$$PWD/LookupContext.cpp \
$$PWD/ASTParent.cpp \
$$PWD/ASTPath.cpp \
$$PWD/DeprecatedGenTemplateInstance.cpp \
$$PWD/FindUsages.cpp \
$$PWD/CheckUndefinedSymbols.cpp \