summaryrefslogtreecommitdiffstats
path: root/development/qbs
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2016-06-11 09:51:37 +0200
committer Willy Sudiarto Raharjo2016-06-11 09:51:37 +0200
commiteb1e9c8b892377fc044753fb8b0716c7d60a7db5 (patch)
tree77cfc8ba23541155e2b3aa405abc87305be694f6 /development/qbs
parent3fb9a3184fe1338d06b4222b17880656c51e8b3a (diff)
downloadslackbuilds-eb1e9c8b892377fc044753fb8b0716c7d60a7db5.tar.gz
development/qbs: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/qbs')
-rw-r--r--development/qbs/README8
1 files changed, 1 insertions, 7 deletions
diff --git a/development/qbs/README b/development/qbs/README
index cfcbcff194..752ada2d44 100644
--- a/development/qbs/README
+++ b/development/qbs/README
@@ -1,4 +1,4 @@
-QBS - The Qt Build Suite
+QBS - The Qt Build Suite
Qt Build Suite (Qbs) is a tool that helps simplify the build process for
developing projects across multiple platforms. Qbs can be used for any
@@ -7,9 +7,3 @@ software project, whether it is written in Qt or not.
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 task of executing the commands in the low-level build graph (like make).
-
-Note:
-qbs package conflicts with the qbs bundled within qt-creator3 package.
-Either install qbs package and build qt-creator3 package without the bundled
-qbs OR build qt-creator3 package with the bundled qbs and do not install
-the standalone (this) qbs package. In either case, qbs will be available.