Moved CheckUndefinedSymbols to the cpptools plug-in.

This commit is contained in:
Roberto Raggi
2010-07-05 17:35:54 +02:00
parent 9bb67101c5
commit 84ebb1048d
7 changed files with 12 additions and 12 deletions

View File

@@ -38,7 +38,6 @@ HEADERS += \
$$PWD/ASTPath.h \
$$PWD/DeprecatedGenTemplateInstance.h \
$$PWD/FindUsages.h \
$$PWD/CheckUndefinedSymbols.h \
$$PWD/DependencyTable.h \
$$PWD/PreprocessorClient.h \
$$PWD/PreprocessorEnvironment.h \
@@ -64,7 +63,6 @@ SOURCES += \
$$PWD/ASTPath.cpp \
$$PWD/DeprecatedGenTemplateInstance.cpp \
$$PWD/FindUsages.cpp \
$$PWD/CheckUndefinedSymbols.cpp \
$$PWD/DependencyTable.cpp \
$$PWD/PreprocessorClient.cpp \
$$PWD/PreprocessorEnvironment.cpp \