From 615891736e807e4bae1a19701901ae3d9255dbd9 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 5 Jul 2016 14:08:00 +0200 Subject: [PATCH] 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 --- src/src.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src.qbs b/src/src.qbs index adc7055d216..d8ba95d0b3c 100644 --- a/src/src.qbs +++ b/src/src.qbs @@ -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