forked from qt-creator/qt-creator
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:
committed by
Christian Kandeler
parent
2b71be72cb
commit
1742a8970c
@@ -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" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user