forked from qt-creator/qt-creator
Fix build breakage after making plugins dependent on cpptools.
Change-Id: Iae2c15efe25580fb616bdc3dd4b8ff3581cd481a Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -100,7 +100,11 @@ QtcPlugin {
|
||||
"uicodecompletionsupport.h",
|
||||
"cppcompletionassistprovider.cpp",
|
||||
"cppcompletionassistprovider.h",
|
||||
"cppcodestylepreferencesfactory.h"
|
||||
"cppcodestylepreferencesfactory.h",
|
||||
"ModelManagerInterface.cpp",
|
||||
"ModelManagerInterface.h",
|
||||
"TypeHierarchyBuilder.cpp",
|
||||
"TypeHierarchyBuilder.h"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user