ab7e365b94
Changelog: http://blog.qt.io/blog/2017/12/07/qt-creator-4-5-0-released/ Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D13639
9 lines
459 B
Text
9 lines
459 B
Text
Qbs is a tool that helps simplify the build process for developing projects
|
|
across multiple platforms. Qbs can be used for any software project,
|
|
regardless of programming language, toolkit, or libraries used.
|
|
|
|
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).
|
|
|
|
WWW: https://wiki.qt.io/Qbs
|