mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
e7f0e37222
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
450 B
Text
9 lines
450 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).
|