qbs build: Rename the "qbs" sub-project

The old name would cause bogus warnings when overriding properties of
the qbs module on the command line.

Change-Id: I669c2ed173111981be50b28f480e692276ab1293
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Christian Kandeler
2016-07-05 14:08:00 +02:00
parent ea837bb8d8
commit 615891736e

View File

@@ -21,7 +21,7 @@ Project {
property bool useExternalQbs: qbs_install_dir
property bool buildQbsProjectManager: useExternalQbs || qbsSubModuleExists
Project {
name: "qbs"
name: "qbs project"
id: qbsProject
property string qbsBaseDir: project.sharedSourcesDir + "/qbs"
condition: qbsSubModuleExists && !useExternalQbs