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:
Option | Notes |
---|---|
all_tests | Enable additional autotests. |
disable_rpath | Disable 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_install | Exclude header files from installation, that is, perform a non-developer build. |