Building Qbs

To build Qbs, enter the following command:

qmake -r qbs.pro && make

Configure Options

Qbs recognizes the following qmake CONFIG options to customize the build:

OptionNotes
all_testsEnable additional autotests.
disable_rpathDisable the use of rpath. This can be used when packaging Qbs for distributions which do not permit the use of rpath, such as Fedora.
qbs_no_dev_installExclude header files from installation, that is, perform a non-developer build.