QtcPlugin.qbs: make every plugin depend on ExtensionSystem

Remove ExtensionSystem from the core plugin's ProductModule.
Every plugin must depend on ExtensionSystem, not only the ones that depend
on Core.

Change-Id: I9f72653c5ef61bfab2b478f61e5723140c0896ec
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Joerg Bornemann
2013-02-13 14:45:10 +01:00
committed by Christian Kandeler
parent 2b71be72cb
commit 1742a8970c
4 changed files with 1 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ QtcPlugin {
]
}
Depends { name: "Utils" }
Depends { name: "ExtensionSystem" }
Depends { name: "Aggregation" }
Depends { name: "app_version_header" }
@@ -251,7 +250,6 @@ QtcPlugin {
ProductModule {
Depends { name: "cpp" }
Depends { name: "Aggregation" }
Depends { name: "ExtensionSystem" }
Depends { name: "Utils" }
}
}