summaryrefslogtreecommitdiffstats
path: root/doc
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)
commitba82e696b7132d668f3f2f981a16147b9cca8992 (patch)
treef875db41310e337505f2c13056bd8af436737c6a /doc
parent30d6dfd79594a041ebbeaf8e77ca8407488f202e (diff)
downloadSCons-ba82e696b7132d668f3f2f981a16147b9cca8992.zip
SCons-ba82e696b7132d668f3f2f981a16147b9cca8992.tar.gz
SCons-ba82e696b7132d668f3f2f981a16147b9cca8992.tar.bz2
Add a variable to control whether to compile moc-generated files. (Chad Austin)
Diffstat (limited to 'doc')
-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'