diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-09-20 16:11:50 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-09-21 08:34:27 (GMT) |
commit | e6d2e4e0d45b260ddf47d75ff1cb7dd5d4d0eeaf (patch) | |
tree | 2c0a9a839ddf0922dc5c81bc163d9d1c7898f975 /doc/src/development | |
parent | 9e59a5256eb6275483bc3777878a62c2069a0927 (diff) | |
download | Qt-e6d2e4e0d45b260ddf47d75ff1cb7dd5d4d0eeaf.zip Qt-e6d2e4e0d45b260ddf47d75ff1cb7dd5d4d0eeaf.tar.gz Qt-e6d2e4e0d45b260ddf47d75ff1cb7dd5d4d0eeaf.tar.bz2 |
Doc: document QMAKE_PROJECT_NAME
Also moved QMAKE_LN_SHLIB upwards to maintain alphabetical order.
Task-number: QTBUG-3206
Reviewed-by: aep
Diffstat (limited to 'doc/src/development')
-rw-r--r-- | doc/src/development/qmake-manual.qdoc | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc index b6b48bc..d6dc7d6 100644 --- a/doc/src/development/qmake-manual.qdoc +++ b/doc/src/development/qmake-manual.qdoc @@ -2665,6 +2665,13 @@ value of this variable is typically handled by \c qmake or \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified. + \section1 QMAKE_LN_SHLIB + + This variable contains the command to execute when creating a link + to a shared library. The + value of this variable is typically handled by \c qmake or + \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified. + \section1 QMAKE_POST_LINK This variable contains the command to execute after linking the TARGET @@ -2679,12 +2686,13 @@ executed, additionally some backends will not support this - mostly only Makefile backends. - \section1 QMAKE_LN_SHLIB + \section1 QMAKE_PROJECT_NAME - This variable contains the command to execute when creating a link - to a shared library. The - value of this variable is typically handled by \c qmake or - \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified. + \e {This is used for Visual Studio project files only.} + + This variable determines the name of the project when generating project + files for IDEs. The default value is the target name. The value of this + variable is typically handled by \c qmake and rarely needs to be modified. \section1 QMAKE_MAC_SDK |