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:
Orgad Shaneh
2012-02-27 21:09:42 +02:00
committed by Joerg Bornemann
parent 54af55d0f8
commit 164db0feeb
41 changed files with 23 additions and 149 deletions

View File

@@ -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'] }