From: Peter Kümmel Date: Thu, 8 Jun 2006 14:20:56 +0000 (+0000) Subject: $ svn diff X-Git-Tag: 1.6.10~13140 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e3784fcb6be1522e64e3bab7be6c9c3204768338;p=features.git $ svn diff Index: SConscript =================================================================== --- SConscript (revision 14044) +++ SConscript (working copy) @@ -390,7 +390,7 @@ '-DQT_GENUINE_STR', '-DQT_NO_STL', '-DQT3_SUPPORT', - '-DQT_NO_STL' + '-DQT_NO_STL', ] ) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14045 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConscript b/development/scons/SConscript index db10fb6056..1f0a4a7e48 100644 --- a/development/scons/SConscript +++ b/development/scons/SConscript @@ -390,7 +390,7 @@ if build_qt4: '-DQT_GENUINE_STR', '-DQT_NO_STL', '-DQT3_SUPPORT', - '-DQT_NO_STL' + '-DQT_NO_STL', ] )