slackbuilds_ponce/development/qbs/README

16 lines
752 B
Text
Raw Normal View History

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:
qbs package conflicts with the qbs bundled within qt-creator3 package.
Either install qbs package and build qt-creator3 package without the bundled
qbs OR build qt-creator3 package with the bundled qbs and do not install
the standalone (this) qbs package. In either case, qbs will be available.