]> git.lyx.org Git - features.git/commit
disable stl support functions of Qt4
authorPeter Kümmel <syntheticpp@gmx.net>
Thu, 8 Jun 2006 14:19:44 +0000 (14:19 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Thu, 8 Jun 2006 14:19:44 +0000 (14:19 +0000)
commit2b205a09baa3e9686d01a817f982b01a9a321576
treee4cf3507da05f81545c8f41f9399f0da2b21c7df
parent716626aa0b5981e4a3403c52db1dc90315a203f8
disable stl support functions of Qt4

$ svn diff
Index: SConscript
===================================================================
--- SConscript  (revision 14039)
+++ SConscript  (working copy)
@@ -390,6 +390,7 @@
     '-DQT_GENUINE_STR',
     '-DQT_NO_STL',
     '-DQT3_SUPPORT',
+    '-DQT_NO_STL'
     ]
   )

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14044 a592a061-630c-0410-9148-cb99ea01b6c8
development/scons/SConscript