summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-04-03 06:53:14 (GMT)
committerSteven Knight <knight@baldmt.com>2004-04-03 06:53:14 (GMT)
commit2c09df381e3fa50759e4d74d8c2a8608b250cd3c (patch)
treef875db41310e337505f2c13056bd8af436737c6a /doc/man
parent247f79db55882e883dff6cbcd98eed454c8c8878 (diff)
downloadSCons-2c09df381e3fa50759e4d74d8c2a8608b250cd3c.zip
SCons-2c09df381e3fa50759e4d74d8c2a8608b250cd3c.tar.gz
SCons-2c09df381e3fa50759e4d74d8c2a8608b250cd3c.tar.bz2
Add a variable to control whether to compile moc-generated files. (Chad Austin)
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/scons.14
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'