diff options
Diffstat (limited to 'doc/man/scons.1')
-rw-r--r-- | doc/man/scons.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 82878cb..dfeb3df 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -4997,6 +4997,10 @@ The implementation files generated from .ui files are handled much the same as yacc or lex files. Because there are also generated headers, you may need to specify duplicate=1 in calls to BuildDir. +.IP QT_AUTOBUILD_MOC_SOURCES +If true, moc-generated sources are automatically compiled into the +program or library that uses them. Defaults to 1. + .IP QT_LIB Default value is 'qt'. You may want to set this to 'qt-mt' |