diff options
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 |