From 02bfd141900f533514efe68281a87d89043de2c4 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Thu, 2 Jun 2016 02:26:38 -0700 Subject: 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 --- README | 6 +++--- doc/config/qbs-project.qdocconf | 10 +++++----- doc/qbs.qdoc | 8 ++++---- 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 -- cgit v1.2.3