aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-07-05 14:08:00 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-07-05 13:15:44 +0000
commit615891736e807e4bae1a19701901ae3d9255dbd9 (patch)
tree588793dcfa72fe238b9520dd0e42e8584293cbad
parentea837bb8d82ea8259e61dc7188bfbbb7f2a560a3 (diff)
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>
-rw-r--r--src/src.qbs2
1 files changed, 1 insertions, 1 deletions
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