diff options
Diffstat (limited to 'development/qbs/README')
-rw-r--r-- | development/qbs/README | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/development/qbs/README b/development/qbs/README index 4f4821d94c..7d5ad4e2c3 100644 --- a/development/qbs/README +++ b/development/qbs/README @@ -1,19 +1,12 @@ -QBS - The Qt Build Suite +Qbs is a build automation tool designed to conveniently manage the build +process of software projects across multiple platforms. Qbs can be used +for any software project, regardless of programming language, toolkit or +libraries used. -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. +NOTES: +1. Remove any previous Qbs installations before building this package. -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). - - -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. +2. Sometimes the old Qbs profiles do not work with updated version of + Qbs. These files are located in ~/.config/QtProject/qbs directory. Deleting this directory and recreating the profiles is a possible - workround. + workaround. |