diff options
author | Steven Knight <knight@baldmt.com> | 2004-07-12 20:33:44 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-07-12 20:33:44 (GMT) |
commit | bb10501c96110a8f9a9068344c7f89e79e97fef2 (patch) | |
tree | 5a136a3e8fc5e26951471930ae036f53d88254e0 /src/CHANGES.txt | |
parent | 1c1b7792121a066fc3cb9537879c71e86b676102 (diff) | |
download | SCons-bb10501c96110a8f9a9068344c7f89e79e97fef2.zip SCons-bb10501c96110a8f9a9068344c7f89e79e97fef2.tar.gz SCons-bb10501c96110a8f9a9068344c7f89e79e97fef2.tar.bz2 |
QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables. (Christoph Wiedemann)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 0ecb526..72748d9 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -16,9 +16,6 @@ RELEASE 0.96 - XXX - Allow construction variable substitutions in $LIBS specifications. - - Add a $QT_AUTOBUILD_MOC_SOURCES construction variable that controls - whether moc-generated .cpp files get compiled. - - Allow the emitter argument to a Builder() to be or expand to a list of emitter functions, which will be called in sequence. @@ -420,6 +417,12 @@ RELEASE 0.95 - Mon, 08 Mar 2004 06:43:20 -0600 the flags from the environment used to specify the target, not the environment that first has the Qt Builders attached. + - Add new Moc() and Uic() Builders for Qt, and a slew of $QT_* + construction variables to control them. + + - Add a new single_source keyword argument for Builders that enforces + a single source file on calls to the Builder. + RELEASE 0.94 - Fri, 07 Nov 2003 05:29:48 -0600 |