diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2017-01-25 19:13:45 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:05 +0700 |
commit | 6d67cc734b7f3f0bddbe6180a02db4032d85c462 (patch) | |
tree | 7089be92f4d09847edfdee58be26b740ac1ad6c2 /development/qbs/README | |
parent | a7bb525f8f0ccb9ea168713f2c87bc00ce258ebf (diff) | |
download | slackbuilds-6d67cc734b7f3f0bddbe6180a02db4032d85c462.tar.gz |
development/qbs: Updated for version 1.7.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/qbs/README')
-rw-r--r-- | development/qbs/README | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/development/qbs/README b/development/qbs/README index 350ac08a83..4f4821d94c 100644 --- a/development/qbs/README +++ b/development/qbs/README @@ -1,12 +1,19 @@ 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 +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 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 +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. + +Notes: + +1. Please remove any previous version of qbs before building. + +2. Sometimes the old qbs profiles do not work when updating qbs. + These files are located in the ~/.config/QtProject/qbs directory. + Deleting this directory and recreating the profiles is a possible + workround. |