aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--doc/config/qbs-project.qdocconf10
-rw-r--r--doc/qbs.qdoc8
3 files changed, 12 insertions, 12 deletions
diff --git a/README b/README
index 1f7bee933..2c988bf72 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Qt Build Suite
-==============
+Qbs
+===
Qbs is a cross-platform build tool.
The project's homepage is http://wiki.qt.io/qbs
@@ -22,7 +22,7 @@ Prerequisites:
The installed toolchains have to match the one Qt was compiled with.
-You can build qbs with
+You can build Qbs with
cd $SOURCE_DIRECTORY
qmake -r
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"
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