summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2016-05-20 10:34:51 +0200
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-05-20 12:42:58 +0000
commitf2e8c350ddf42df035ad9ff22e05b627c072f272 (patch)
tree4f2151e7c1fbd13c2a8617e2e9a132069a038362
parent95b10b280be8120af9802b1c458244a2d775aded (diff)
downloadqtdoc-f2e8c350ddf42df035ad9ff22e05b627c072f272.tar.gz
Doc: corrected type in "Per-directory"
Task-number: QTBUG-53498 Change-Id: I594d41f15b2754a45a7e13380f87be5c2144bd9f Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--doc/src/development/cmake-manual.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/development/cmake-manual.qdoc b/doc/src/development/cmake-manual.qdoc
index f2d69509..b85e5757 100644
--- a/doc/src/development/cmake-manual.qdoc
+++ b/doc/src/development/cmake-manual.qdoc
@@ -177,7 +177,7 @@
\header \li Macro \li Description
\row \li qt5_wrap_cpp(outfiles inputfile ... OPTIONS ...)
\li Create moc code from a list of files containing Qt class with
- the Q_OBJECT declaration. Per-direcotry preprocessor definitions
+ the Q_OBJECT declaration. Per-directory preprocessor definitions
are also added. Options may be given to moc, such as those found
when executing "moc -help".
\row \li qt5_add_resources(outfiles inputfile ... OPTIONS ...)