forked from qt-creator/qt-creator
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:
committed by
Christian Kandeler
parent
95859289b8
commit
95c943a8d6
@@ -26,7 +26,7 @@ QtcPlugin {
|
||||
return libs
|
||||
}
|
||||
|
||||
condition: project.useExternalQbs || project.qbsSubModuleExists
|
||||
condition: project.buildQbsProjectManager
|
||||
|
||||
Depends { name: "Qt"; submodules: [ "widgets", "script" ] }
|
||||
Depends { name: "ProjectExplorer" }
|
||||
|
||||
Reference in New Issue
Block a user