]> git.lyx.org Git - features.git/commitdiff
Scons: fix a newly introduced qt4 CCFLAGS bug
authorBo Peng <bpeng@lyx.org>
Wed, 20 Dec 2006 01:32:43 +0000 (01:32 +0000)
committerBo Peng <bpeng@lyx.org>
Wed, 20 Dec 2006 01:32:43 +0000 (01:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16343 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index 309049bab959edaf9cbefc4b2b3ac89f12d5e5c2..887645f4523c078310d47cca6ca0a8355e763a3e 100644 (file)
@@ -1723,6 +1723,7 @@ if build_qt4:
             '$BUILDDIR/common/frontends/controllers'
         ],
         CCFLAGS =  [
+            '$CCFLAGS',
             '-DHAVE_CONFIG_H',
             '-DQT_CLEAN_NAMESPACE',
             '-DQT_GENUINE_STR',