From: Bo Peng Date: Wed, 20 Dec 2006 01:32:43 +0000 (+0000) Subject: Scons: fix a newly introduced qt4 CCFLAGS bug X-Git-Tag: 1.6.10~11494 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d99334d73b5f0faa53be5136c7520a9ba19817f9;p=features.git Scons: fix a newly introduced qt4 CCFLAGS bug git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16343 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 309049bab9..887645f452 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1723,6 +1723,7 @@ if build_qt4: '$BUILDDIR/common/frontends/controllers' ], CCFLAGS = [ + '$CCFLAGS', '-DHAVE_CONFIG_H', '-DQT_CLEAN_NAMESPACE', '-DQT_GENUINE_STR',