Clang: Fix qbs build of clangrefactoring

The qtcreatoreditormanager.cpp file and its header had to be
referenced in the project file.

Change-Id: Ie337d9e6b4041da97f2db984b438b7178fcedc78
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Alexandru Croitor
2018-06-14 18:18:29 +02:00
parent 2365943a87
commit ba47d5a1c1

View File

@@ -59,6 +59,8 @@ QtcPlugin {
"projectpartutilities.h",
"qtcreatorclangqueryfindfilter.cpp",
"qtcreatorclangqueryfindfilter.h",
"qtcreatoreditormanager.cpp",
"qtcreatoreditormanager.h",
"qtcreatorsearch.cpp",
"qtcreatorsearch.h",
"qtcreatorsearchhandle.cpp",