diff options
author | Steven Knight <knight@baldmt.com> | 2004-04-03 06:53:14 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-04-03 06:53:14 (GMT) |
commit | 2c09df381e3fa50759e4d74d8c2a8608b250cd3c (patch) | |
tree | f875db41310e337505f2c13056bd8af436737c6a /doc/man | |
parent | 247f79db55882e883dff6cbcd98eed454c8c8878 (diff) | |
download | SCons-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.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' |