diff options
author | Peter Yard <peter.yard@nokia.com> | 2009-11-02 01:44:21 (GMT) |
---|---|---|
committer | Peter Yard <peter.yard@nokia.com> | 2009-11-02 01:44:21 (GMT) |
commit | 9f2a0c09a90daa46b7432037595b750406bbd506 (patch) | |
tree | a495f6b04d5bf3bd37c81249dc3a97ced9881867 /doc/src | |
parent | 8bbf1907613d88e38630ec0343bb9f0d1fb6c5d0 (diff) | |
download | Qt-9f2a0c09a90daa46b7432037595b750406bbd506.zip Qt-9f2a0c09a90daa46b7432037595b750406bbd506.tar.gz Qt-9f2a0c09a90daa46b7432037595b750406bbd506.tar.bz2 |
Added documentation of RPATH defines.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/development/qmake-manual.qdoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc index 6c53242..352db75 100644 --- a/doc/src/development/qmake-manual.qdoc +++ b/doc/src/development/qmake-manual.qdoc @@ -2342,6 +2342,8 @@ For example: \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified. \section1 QMAKE_LFLAGS_RPATH + + \e {This is used on Unix platforms only.} Library paths in this definition are added to the executable at link time so that the added paths will be preferentially searched at runtime. @@ -2673,11 +2675,15 @@ For example: \snippet doc/src/snippets/code/doc_src_qmake-manual.qdoc 45 \section1 QMAKE_RPATH + + \e {This is used on Unix platforms only.} Is equivalent to \l QMAKE_LFLAGS_RPATH. \section1 QMAKE_RPATHDIR + \e {This is used on Unix platforms only.} + A list of library directory paths, these paths are added to the executable at link time so that the paths will be preferentially searched at runtime. |