forked from qt-creator/qt-creator
Clang: Remove not existing files from *.qbs
...after merge of the change from 4.5 that provides *.qbs files for clang libtooling components. Change-Id: I696a72b3f6b111fb1ac8ff7ab5f5471e24aafe69 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -41,14 +41,12 @@ QtcTool {
|
|||||||
"clangpathwatcherinterface.h",
|
"clangpathwatcherinterface.h",
|
||||||
"clangpathwatchernotifier.cpp",
|
"clangpathwatchernotifier.cpp",
|
||||||
"clangpathwatchernotifier.h",
|
"clangpathwatchernotifier.h",
|
||||||
"clangpathwatcher.cpp",
|
|
||||||
"clangpathwatcher.h",
|
"clangpathwatcher.h",
|
||||||
"clangpchmanagerbackend_global.h",
|
"clangpchmanagerbackend_global.h",
|
||||||
"collectincludesaction.h",
|
"collectincludesaction.h",
|
||||||
"collectincludespreprocessorcallbacks.h",
|
"collectincludespreprocessorcallbacks.h",
|
||||||
"collectincludestoolaction.h",
|
"collectincludestoolaction.h",
|
||||||
"environment.h",
|
"environment.h",
|
||||||
"idpaths.cpp",
|
|
||||||
"idpaths.h",
|
"idpaths.h",
|
||||||
"includecollector.cpp",
|
"includecollector.cpp",
|
||||||
"includecollector.h",
|
"includecollector.h",
|
||||||
|
|||||||
@@ -56,7 +56,6 @@ QtcTool {
|
|||||||
"refactoringcompilationdatabase.h",
|
"refactoringcompilationdatabase.h",
|
||||||
"refactoringserver.cpp",
|
"refactoringserver.cpp",
|
||||||
"refactoringserver.h",
|
"refactoringserver.h",
|
||||||
"sourcelocationentry.cpp",
|
|
||||||
"sourcelocationentry.h",
|
"sourcelocationentry.h",
|
||||||
"sourcelocationsutils.h",
|
"sourcelocationsutils.h",
|
||||||
"sourcerangeextractor.cpp",
|
"sourcerangeextractor.cpp",
|
||||||
|
|||||||
Reference in New Issue
Block a user