introduce buildQbsProjectManager property

this will centralize some conditionals further down the line

Change-Id: I53b26cc29ac3fa098a583d6ac4d28924e5a1f2a3
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Oswald Buddenhagen
2013-08-21 16:30:07 +02:00
committed by Christian Kandeler
parent 95859289b8
commit 95c943a8d6
2 changed files with 2 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ QtcPlugin {
return libs
}
condition: project.useExternalQbs || project.qbsSubModuleExists
condition: project.buildQbsProjectManager
Depends { name: "Qt"; submodules: [ "widgets", "script" ] }
Depends { name: "ProjectExplorer" }