aboutsummaryrefslogtreecommitdiffstats
path: root/doc/config/qbs-project.qdocconf
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-06-02 02:26:38 -0700
committerJake Petroules <jake.petroules@qt.io>2016-06-04 00:19:36 +0000
commit02bfd141900f533514efe68281a87d89043de2c4 (patch)
tree6c652d89e948020642b5341210c8e33c41942271 /doc/config/qbs-project.qdocconf
parentd8d7beb866b24793d9c04b6996276a4a8959bfa2 (diff)
Avoid using the term "Qt Build Suite" in Qbs documentation.
This term is not used by anyone (it's always written as "Qbs" and pronounced "cubes") and it is ultimately confusing to users and detracts from the identity of the product, especially its pronunciation. Change-Id: Ifb76d059cafc33ce3fa686ddb3d7d67f47084faf Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc/config/qbs-project.qdocconf')
-rw-r--r--doc/config/qbs-project.qdocconf10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/config/qbs-project.qdocconf b/doc/config/qbs-project.qdocconf
index cc27432fe..068085803 100644
--- a/doc/config/qbs-project.qdocconf
+++ b/doc/config/qbs-project.qdocconf
@@ -3,8 +3,8 @@ include($QT_INSTALL_DOCS/global/qt-cpp-defines.qdocconf)
include($QT_INSTALL_DOCS/global/compat.qdocconf)
include($QT_INSTALL_DOCS/global/fileextensions.qdocconf)
-project = "Qt Build Suite"
-description = "QBS Manual"
+project = "Qbs"
+description = "Qbs Manual"
headerdirs =
sourcedirs = $SRCDIR
@@ -20,9 +20,9 @@ qhp.projects = Qbs
qhp.Qbs.file = qbs.qhp
qhp.Qbs.namespace = org.qt-project.qbs.$QBS_VERSION_TAG
qhp.Qbs.virtualFolder = doc
-qhp.Qbs.indexTitle = Qt Build Suite
+qhp.Qbs.indexTitle = Qbs
qhp.Qbs.filterAttributes = qbs $QBS_VERSION
-qhp.Qbs.customFilters.Qbs.name = Qt Build Suite $QBS_VERSION
+qhp.Qbs.customFilters.Qbs.name = Qbs $QBS_VERSION
qhp.Qbs.customFilters.Qbs.filterAttributes = qbs $QBS_VERSION
qhp.Qbs.indexRoot =
@@ -36,4 +36,4 @@ macro.see = "\\sa"
macro.function = "\\fn"
navigation.homepage = "Qbs Manual"
-buildversion = "Qt Build Suite $QBS_VERSION"
+buildversion = "Qbs $QBS_VERSION"