forked from qt-creator/qt-creator
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:
@@ -21,7 +21,7 @@ Project {
|
|||||||
property bool useExternalQbs: qbs_install_dir
|
property bool useExternalQbs: qbs_install_dir
|
||||||
property bool buildQbsProjectManager: useExternalQbs || qbsSubModuleExists
|
property bool buildQbsProjectManager: useExternalQbs || qbsSubModuleExists
|
||||||
Project {
|
Project {
|
||||||
name: "qbs"
|
name: "qbs project"
|
||||||
id: qbsProject
|
id: qbsProject
|
||||||
property string qbsBaseDir: project.sharedSourcesDir + "/qbs"
|
property string qbsBaseDir: project.sharedSourcesDir + "/qbs"
|
||||||
condition: qbsSubModuleExists && !useExternalQbs
|
condition: qbsSubModuleExists && !useExternalQbs
|
||||||
|
Reference in New Issue
Block a user