slackbuilds_ponce/development/qbs/README
Nikos Giotis 746971f56f
development/qbs: Updated for version 1.6.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-09-03 07:48:57 +07:00

12 lines
515 B
Text

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).
NOTE:
Please remove any previous version of qbs before building.