diff options
author | Jake Petroules <jake.petroules@qt.io> | 2016-06-02 02:26:38 -0700 |
---|---|---|
committer | Jake Petroules <jake.petroules@qt.io> | 2016-06-04 00:19:36 +0000 |
commit | 02bfd141900f533514efe68281a87d89043de2c4 (patch) | |
tree | 6c652d89e948020642b5341210c8e33c41942271 /README | |
parent | d8d7beb866b24793d9c04b6996276a4a8959bfa2 (diff) | |
download | qbs-02bfd141900f533514efe68281a87d89043de2c4.tar.gz |
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 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |