From e3261e06181ea9741c31e7bb2d4a2553d885e54f Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Sat, 19 Oct 2013 11:13:08 -0400 Subject: Improve the documentation on building Qbs. Now lists the recognized qmake CONFIG options. Change-Id: I183f97624566870e6b4d59d0c9e7f4fcb266e54f Reviewed-by: Leena Miettinen Reviewed-by: Christian Kandeler --- doc/qbs.qdoc | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc index 40578790b..91ff72578 100644 --- a/doc/qbs.qdoc +++ b/doc/qbs.qdoc @@ -135,16 +135,25 @@ \title Building Qbs - To build Qbs: + To build Qbs, enter the following command: - \list 1 + \code + qmake -r qbs.pro && make + \endcode - \li Enter the following command: - \code - qmake -r qbs.pro && make - \endcode + \section1 Configure Options - \endlist + Qbs recognizes the following qmake CONFIG options to customize the build: + + \table + \header \li Option \li Notes + \row \li all_tests \li Enable additional autotests. + \row \li disable_rpath \li 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. + \row \li qbs_no_dev_install \li Exclude header files from installation, that is, perform a + non-developer build. + \endtable */ -- cgit v1.2.3