forked from qt-creator/qt-creator
qbs: Cleanup
* Removed utils, extensionsystem and aggregation dependencies for plugins that depend on Core * Capitalized Find and CPlusPlus Change-Id: I505e5f46976f26da47ad778860f103b173668b1c Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
committed by
Joerg Bornemann
parent
54af55d0f8
commit
164db0feeb
@@ -5,9 +5,6 @@ import "../QtcPlugin.qbs" as QtcPlugin
|
||||
QtcPlugin {
|
||||
name: "HelloWorld"
|
||||
|
||||
Depends { name: "aggregation" } // ### should be injected by product dependency "Core"
|
||||
Depends { name: "extensionsystem" } // ### should be injected by product dependency "Core"
|
||||
Depends { name: "utils" } // ### should be injected by product dependency "Core"
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "cpp" }
|
||||
Depends { name: "qt"; submodules: ['gui', 'xml', 'network', 'script'] }
|
||||
|
||||
Reference in New Issue
Block a user