Clang: Collect source files

Change-Id: If0183cafd00ed7e42bacbdb72a1d65624dc03cee
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
Marco Bubke
2017-10-26 13:23:27 +02:00
parent 32f2169f77
commit 3c43e5d7ec
17 changed files with 218 additions and 66 deletions

View File

@@ -31,55 +31,8 @@ QtcTool {
Group {
prefix: "source/"
files: [
"clangquery.cpp",
"clangquerygatherer.cpp",
"clangquerygatherer.h",
"clangquery.h",
"clangrefactoringbackend_global.h",
"clangtool.cpp",
"clangtool.h",
"collectmacrossourcefilecallbacks.cpp",
"collectmacrossourcefilecallbacks.h",
"collectsymbolsaction.cpp",
"collectsymbolsaction.h",
"collectsymbolsastvisitor.h",
"collectsymbolsconsumer.h",
"findcursorusr.h",
"findlocationsofusrs.h",
"findusrforcursoraction.cpp",
"findusrforcursoraction.h",
"locationsourcefilecallbacks.cpp",
"locationsourcefilecallbacks.h",
"macropreprocessorcallbacks.cpp",
"macropreprocessorcallbacks.h",
"refactoringcompilationdatabase.cpp",
"refactoringcompilationdatabase.h",
"refactoringserver.cpp",
"refactoringserver.h",
"sourcelocationentry.h",
"sourcelocationsutils.h",
"sourcerangeextractor.cpp",
"sourcerangeextractor.h",
"sourcerangefilter.cpp",
"sourcerangefilter.h",
"storagesqlitestatementfactory.h",
"symbolentry.cpp",
"symbolentry.h",
"symbolfinder.cpp",
"symbolfinder.h",
"symbolindexer.cpp",
"symbolindexer.h",
"symbolindexing.cpp",
"symbolindexing.h",
"symbolindexinginterface.h",
"symbollocationfinderaction.cpp",
"symbollocationfinderaction.h",
"symbolscollector.cpp",
"symbolscollector.h",
"symbolscollectorinterface.h",
"symbolstorage.cpp",
"symbolstorage.h",
"symbolstorageinterface.h",
"*.cpp",
"*.h",
]
}
}