aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qbs.qdoc
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/qbs.qdoc
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/qbs.qdoc')
-rw-r--r--doc/qbs.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index a2043f8f1..612056de4 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -36,7 +36,7 @@
/*!
- \contentspage{index.html}{Qt Build Suite}
+ \contentspage{index.html}{Qbs}
\page index.html
\nextpage overview.html
@@ -44,12 +44,12 @@
\section1 Version \qbsversion
- Qt Build Suite (\QBS) is a tool that helps simplify the build process for
+ \QBS is a tool that helps simplify the build process for
developing projects across multiple platforms. \QBS can be used for any
- software project, whether it is written in Qt or not.
+ software project, regardless of programming language, toolkit, or libraries used.
\QBS is an all-in-one tool that generates a build graph from a high-level
- project description (like qmake or cmake) and additionally undertakes the
+ project description (like qmake or CMake) and additionally undertakes the
task of executing the commands in the low-level build graph (like make).
\note Please report bugs and suggestions to the