summaryrefslogtreecommitdiffstats
path: root/development/qbs/README
blob: 752ada2d445be044eb915926c61031b8e9f7febe (plain)
1
2
3
4
5
6
7
8
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).