From 2b205a09baa3e9686d01a817f982b01a9a321576 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Thu, 8 Jun 2006 14:19:44 +0000 Subject: [PATCH] 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/development/scons/SConscript b/development/scons/SConscript index 3e6ab19458..db10fb6056 100644 --- a/development/scons/SConscript +++ b/development/scons/SConscript @@ -390,6 +390,7 @@ if build_qt4: '-DQT_GENUINE_STR', '-DQT_NO_STL', '-DQT3_SUPPORT', + '-DQT_NO_STL' ] ) -- 2.39.2