summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-01-25 01:45:35 (GMT)
committerSteven Knight <knight@baldmt.com>2004-01-25 01:45:35 (GMT)
commit3137cbe6b869e0b69c1fafcc6b692ccd099c2109 (patch)
tree18faff1ef52b1d67a14bc6ad0c9a68f60401cf85 /src/CHANGES.txt
parentc31d933609202d40181640364bebfa8662b3df85 (diff)
downloadSCons-3137cbe6b869e0b69c1fafcc6b692ccd099c2109.zip
SCons-3137cbe6b869e0b69c1fafcc6b692ccd099c2109.tar.gz
SCons-3137cbe6b869e0b69c1fafcc6b692ccd099c2109.tar.bz2
Have the Qt Builder(s) use flags from the environment used to specify the target, not the environment that first had the Builder(s) attached. (Christoph Wiedemann)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 3e0feaa..f03e7bd 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -162,6 +162,12 @@ RELEASE 0.95 - XXX
- Evaluate $MSVSPROJECTSUFFIX and $MSVSSOLUTIONSUFFIX when the Builder
is invoked, not when the tool is initialized.
+ From Christoph Wiedemann:
+
+ - When compiling Qt, make sure the moc_*.cc files are compiled using
+ the flags from the environment used to specify the target, not
+ the environment that first has the Qt Builders attached.
+
RELEASE 0.94 - Fri, 07 Nov 2003 05:29:48 -0600