forked from qt-creator/qt-creator
clangrefactoring: fix cmake and qbs after file rename
Change-Id: Ic78df938ad4edced664ef968d834c59110f4ab37 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -35,6 +35,6 @@ add_qtc_plugin(ClangRefactoring
|
|||||||
symbol.h
|
symbol.h
|
||||||
symbolquery.h
|
symbolquery.h
|
||||||
symbolqueryinterface.h
|
symbolqueryinterface.h
|
||||||
symbolsfindfilter.cpp symbolsfindfilter.h
|
clangsymbolsfindfilter.cpp clangsymbolsfindfilter.h
|
||||||
symbolsfindfilterconfigwidget.cpp symbolsfindfilterconfigwidget.h
|
symbolsfindfilterconfigwidget.cpp symbolsfindfilterconfigwidget.h
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -73,8 +73,8 @@ QtcPlugin {
|
|||||||
"symbol.h",
|
"symbol.h",
|
||||||
"symbolquery.h",
|
"symbolquery.h",
|
||||||
"symbolqueryinterface.h",
|
"symbolqueryinterface.h",
|
||||||
"symbolsfindfilter.cpp",
|
"clangsymbolsfindfilter.cpp",
|
||||||
"symbolsfindfilter.h",
|
"clangsymbolsfindfilter.h",
|
||||||
"symbolsfindfilterconfigwidget.cpp",
|
"symbolsfindfilterconfigwidget.cpp",
|
||||||
"symbolsfindfilterconfigwidget.h",
|
"symbolsfindfilterconfigwidget.h",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -384,7 +384,7 @@ extend_qtc_target(unittest
|
|||||||
refactoringprojectupdater.cpp refactoringprojectupdater.h
|
refactoringprojectupdater.cpp refactoringprojectupdater.h
|
||||||
searchinterface.h
|
searchinterface.h
|
||||||
searchhandle.cpp searchhandle.h
|
searchhandle.cpp searchhandle.h
|
||||||
symbolsfindfilter.cpp symbolsfindfilter.h
|
clangsymbolsfindfilter.cpp clangsymbolsfindfilter.h
|
||||||
symbolqueryinterface.h
|
symbolqueryinterface.h
|
||||||
symbol.h
|
symbol.h
|
||||||
projectpartproviderinterface.h
|
projectpartproviderinterface.h
|
||||||
|
|||||||
Reference in New Issue
Block a user