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
This commit is contained in:
Bo Peng 2006-12-20 01:32:43 +00:00
parent 356fb608ed
commit d99334d73b

View File

@ -1723,6 +1723,7 @@ if build_qt4:
'$BUILDDIR/common/frontends/controllers'
],
CCFLAGS = [
'$CCFLAGS',
'-DHAVE_CONFIG_H',
'-DQT_CLEAN_NAMESPACE',
'-DQT_GENUINE_STR',