aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-03-20 11:09:40 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2020-03-20 16:01:09 +0000
commit211ff09d350855d467a27b52f8a62930c1477996 (patch)
treebe24c9e6123ab6d5d2cebf44212490870ecf7881
parent6abf593b385bee391df76a1b7236d7c032bd9d7d (diff)
doc: Add info about first capital letter in custom items file names
Task-number: QBS-667 Change-Id: Ia3f946c0bf4c4047f1dc15044d68f554a8a73a21 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--doc/qbs.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 0b1592bfd..ef757d0d1 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -1614,6 +1614,8 @@
To introduce a custom item \c MyItem, create the file \c{search-path/imports/MyItem.qbs}.
+ \note Item file names must start with a capital letter due to the fact that type names can
+ only start with a capital letter. Otherwise, the file will be silently ignored.
\section1 Making \QBS Aware of Custom Modules and Items