diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-03-19 05:04:27 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-03-19 05:04:27 (GMT) |
commit | cd62795fc3282e34d0f37c935a5ec1c45e4eb483 (patch) | |
tree | 816c2ae34cc4e04fc9c157cf4de3bfd6cd22dd64 /doc/src | |
parent | 668663d9f632f151d86dda77cb6ac22fe13b18a5 (diff) | |
parent | fd520c032eabab22acfabe9ffdc5929e168a279f (diff) | |
download | Qt-cd62795fc3282e34d0f37c935a5ec1c45e4eb483.zip Qt-cd62795fc3282e34d0f37c935a5ec1c45e4eb483.tar.gz Qt-cd62795fc3282e34d0f37c935a5ec1c45e4eb483.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/development/qmake-manual.qdoc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc index 8e1d970..8cb8705 100644 --- a/doc/src/development/qmake-manual.qdoc +++ b/doc/src/development/qmake-manual.qdoc @@ -1329,9 +1329,13 @@ \target DEF_FILE \section1 DEF_FILE - \e {This is only used on Windows when using the \c app template}. + \e {This is only used on Windows when using the \c app template, + and on Symbian when building a shared DLL}. - Specifies a \c .def file to be included in the project. + Specifies a \c .def file to be included in the project. On Symbian + a directory may be specified instead, in which case the real files + will be located under the standard Symbian directories \c bwins and + \c eabi. \target DEPENDPATH \section1 DEPENDPATH @@ -2601,7 +2605,7 @@ For example: \section1 QMAKE_LIBS_THREAD - \e {This is used on Unix platforms only.} + \e {This is used on Unix and Symbian platforms only.} This variable contains all libraries that need to be linked against when building a multi-threaded application. The |