forked from qt-creator/qt-creator
qbs: Remove pointless ExtensionSystem dependency from plugins
A QtcPlugin depends on ExtensionSystem, so there is no need to restate the dependency. Change-Id: I8e0cb5f94858e912f5ce528ee67b683d4d837c27 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -5,7 +5,6 @@ QtcPlugin {
|
||||
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "CppTools" }
|
||||
Depends { name: "ExtensionSystem" }
|
||||
Depends { name: "ProjectExplorer" }
|
||||
Depends { name: "TextEditor" }
|
||||
Depends { name: "Utils" }
|
||||
|
||||
Reference in New Issue
Block a user