diff options
author | axis <qt-info@nokia.com> | 2010-01-26 12:43:24 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-01-26 12:45:38 (GMT) |
commit | d64407cf376c5723663ebe81f156a3da98d7df24 (patch) | |
tree | be118deb9c8abd249f8bb3f752064474cc93640b /doc | |
parent | aaa0259441dffeae230d1cd0017fc21c0d17af5b (diff) | |
download | Qt-d64407cf376c5723663ebe81f156a3da98d7df24.zip Qt-d64407cf376c5723663ebe81f156a3da98d7df24.tar.gz Qt-d64407cf376c5723663ebe81f156a3da98d7df24.tar.bz2 |
Switched to using the QMAKE_LIBS_THREAD variable for thread libs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/development/qmake-manual.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc index d7aa0db..0172cf2 100644 --- a/doc/src/development/qmake-manual.qdoc +++ b/doc/src/development/qmake-manual.qdoc @@ -2582,7 +2582,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 |