From d99334d73b5f0faa53be5136c7520a9ba19817f9 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Wed, 20 Dec 2006 01:32:43 +0000 Subject: [PATCH] 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 --- development/scons/SConstruct | 1 + 1 file changed, 1 insertion(+) 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', -- 2.39.2