diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2016-08-29 22:49:31 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-03 07:48:57 +0700 |
commit | 746971f56f32a88ae066a301f2a651eeacf34329 (patch) | |
tree | 2b6ecdd81aec23e5cd47d07f46321cd81bb8467b /development/qbs/README | |
parent | 3407adb6c2d339a0bd61ef253ce932fdd7c73446 (diff) | |
download | slackbuilds-746971f56f32a88ae066a301f2a651eeacf34329.tar.gz |
development/qbs: Updated for version 1.6.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/qbs/README')
-rw-r--r-- | development/qbs/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/qbs/README b/development/qbs/README index 752ada2d44..350ac08a83 100644 --- a/development/qbs/README +++ b/development/qbs/README @@ -7,3 +7,6 @@ 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: +Please remove any previous version of qbs before building. |