summaryrefslogtreecommitdiff
path: root/development/qbs/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-09 23:25:20 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-10 08:02:36 +0700
commit715812ba7e1027f158dfa02fb08d9f3cdd65bb61 (patch)
tree6a61dcfe0e0a113b32836f3e0bdbc7369d4dae69 /development/qbs/README
parente37f81feb0287079152d03c16f477e774e4c6b96 (diff)
downloadslackbuilds-715812ba7e1027f158dfa02fb08d9f3cdd65bb61.tar.gz
development/qbs: Updated for version 1.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/qbs/README')
-rw-r--r--development/qbs/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/qbs/README b/development/qbs/README
index 98c9a2f74f..cfcbcff194 100644
--- a/development/qbs/README
+++ b/development/qbs/README
@@ -7,3 +7,9 @@ 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.