diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-09-27 13:15:40 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-09-27 13:15:40 (GMT) |
commit | 1e4f736c2825c8c36ec74719efbc723f6374d072 (patch) | |
tree | a5b2833744cddf281d46ddb09b01fdc298784de6 /doc/src/development/qmake-manual.qdoc | |
parent | bc8409b9d04be54d98ca97d96c32473039f58a80 (diff) | |
download | Qt-1e4f736c2825c8c36ec74719efbc723f6374d072.zip Qt-1e4f736c2825c8c36ec74719efbc723f6374d072.tar.gz Qt-1e4f736c2825c8c36ec74719efbc723f6374d072.tar.bz2 |
Fixed incorrect snippet in BLD_INF_RULES documentation
Task-number: QTBUG-13988
Reviewed-by: TrustMe
Diffstat (limited to 'doc/src/development/qmake-manual.qdoc')
-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 f4becf8..9f569e9 100644 --- a/doc/src/development/qmake-manual.qdoc +++ b/doc/src/development/qmake-manual.qdoc @@ -1088,7 +1088,7 @@ For example: - \snippet doc/src/snippets/code/doc_src_qmake-manual.qdoc 146 + \snippet doc/src/snippets/code/doc_src_qmake-manual.qdoc 152 This will add the specified statements to the \c prj_exports section of the generated \c bld.inf file. |