diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2014-10-30 20:45:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-30 20:45:12 +0700 |
commit | e7f0e37222cc04446ab485ccc3b7892cd57f394d (patch) | |
tree | faf10f85d9a64fd68342d8d168d662c8c80efe59 /development/qbs/README | |
parent | 44ea8def1bdadf8220e0971d353fe44252fc08eb (diff) | |
download | slackbuilds-e7f0e37222cc04446ab485ccc3b7892cd57f394d.tar.gz |
development/qbs: Added (Qt Build Suite).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/qbs/README')
-rw-r--r-- | development/qbs/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/qbs/README b/development/qbs/README new file mode 100644 index 0000000000..98c9a2f74f --- /dev/null +++ b/development/qbs/README @@ -0,0 +1,9 @@ +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 +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). |