aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-07-26 10:21:49 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2016-07-27 08:54:39 +0000
commit3918ce36015971c1bdf3248e822d743d852ffd16 (patch)
tree34e106a7ef429c3bb7a2fc2c85b3cee8624fe287 /doc
parentf09f441c4165669d5b3760c0e9b0c30864e0ff6f (diff)
Qt.core module: Add property for passing extra options to moc
This is needed sometimes. Task-number: QBS-998 Change-Id: Idd15f79ec8996b4df5311425727e38ea8d6eebae Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/qt-modules.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/reference/modules/qt-modules.qdoc b/doc/reference/modules/qt-modules.qdoc
index 974096cd8..cf4ea94f9 100644
--- a/doc/reference/modules/qt-modules.qdoc
+++ b/doc/reference/modules/qt-modules.qdoc
@@ -268,6 +268,11 @@
\li \c{undefined}
\li The path in which the Qt mkspecs are located.
\row
+ \li mocFlags
+ \li \c{stringList}
+ \li empty
+ \li Additional flags to \c moc. You will rarely need to set this property.
+ \row
\li mocName
\li \c{string}
\li \c{"moc"}