diff options
author | Peter Yard <peter.yard@nokia.com> | 2009-10-27 02:49:43 (GMT) |
---|---|---|
committer | Peter Yard <peter.yard@nokia.com> | 2009-10-27 02:49:43 (GMT) |
commit | 21e2cde622078333cedb650d62cb17b2f91d02c7 (patch) | |
tree | 8f11d6493db53b4c2da1f1dda8795951b51cd417 /doc/src | |
parent | 9aa00de1d277763c0f7a380fde27face60e5f686 (diff) | |
download | Qt-21e2cde622078333cedb650d62cb17b2f91d02c7.zip Qt-21e2cde622078333cedb650d62cb17b2f91d02c7.tar.gz Qt-21e2cde622078333cedb650d62cb17b2f91d02c7.tar.bz2 |
Add documentation on RPATH defines.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/development/qmake-manual.qdoc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc index d040d3d..6c53242 100644 --- a/doc/src/development/qmake-manual.qdoc +++ b/doc/src/development/qmake-manual.qdoc @@ -2341,6 +2341,11 @@ For example: of this variable is typically handled by \c qmake or \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified. + \section1 QMAKE_LFLAGS_RPATH + + Library paths in this definition are added to the executable at link + time so that the added paths will be preferentially searched at runtime. + \section1 QMAKE_LFLAGS_QT_DLL This variable contains link flags when building programs that @@ -2667,6 +2672,16 @@ For example: \snippet doc/src/snippets/code/doc_src_qmake-manual.qdoc 45 + \section1 QMAKE_RPATH + + Is equivalent to \l QMAKE_LFLAGS_RPATH. + + \section1 QMAKE_RPATHDIR + + 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. + \section1 QMAKE_RUN_CC This variable specifies the individual rule needed to build an object. |