diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-03 08:08:25 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-03 08:08:25 (GMT) |
commit | 95e4c95d28be9bc9d94685f7a13e36cbf57bf74e (patch) | |
tree | 0138e71fbdc56817cf67229f7608532c38443143 /doc | |
parent | 1752e03a97cc16dd653d68d5a4bcf24024c59980 (diff) | |
download | Qt-95e4c95d28be9bc9d94685f7a13e36cbf57bf74e.zip Qt-95e4c95d28be9bc9d94685f7a13e36cbf57bf74e.tar.gz Qt-95e4c95d28be9bc9d94685f7a13e36cbf57bf74e.tar.bz2 |
doc: Corrected several qdoc warnings.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/qmake-manual.qdoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/qmake-manual.qdoc b/doc/src/qmake-manual.qdoc index 42921db..5b261ab 100644 --- a/doc/src/qmake-manual.qdoc +++ b/doc/src/qmake-manual.qdoc @@ -1037,8 +1037,9 @@ (see \l{LibDepend}{Library Dependencies} for more info). \endtable - Please note that \c create_prl is required when \i {building} a static library, - while \c link_prl is required when \i {using} a static library. + Please note that \c create_prl is required when \e {building} a + static library, while \c link_prl is required when \e {using} a + static library. On Windows (or if Qt is configured with \c{-debug_and_release}, adding the \c build_all option to the \c CONFIG variable makes this rule the default |