remove unused defines QT_CLEAN_NAMESPACE and QT_GENUINE_STR

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23868 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2008-03-21 15:09:39 +00:00
parent c6886926ec
commit 0b5fc35e1c

View File

@ -1511,8 +1511,6 @@ support = frontend_env.StaticLibrary(
CCFLAGS = [
'$CCFLAGS',
'-DHAVE_CONFIG_H',
'-DQT_CLEAN_NAMESPACE',
'-DQT_GENUINE_STR',
'-DQT_NO_STL',
'-DQT_NO_KEYWORDS',
],
@ -1592,8 +1590,6 @@ qt4 = frontend_env.StaticLibrary(
CCFLAGS = [
'$CCFLAGS',
'-DHAVE_CONFIG_H',
'-DQT_CLEAN_NAMESPACE',
'-DQT_GENUINE_STR',
'-DQT_NO_STL',
'-DQT_NO_KEYWORDS',
]