mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-09 10:47:57 +00:00
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:
parent
c6886926ec
commit
0b5fc35e1c
@ -1511,8 +1511,6 @@ support = frontend_env.StaticLibrary(
|
|||||||
CCFLAGS = [
|
CCFLAGS = [
|
||||||
'$CCFLAGS',
|
'$CCFLAGS',
|
||||||
'-DHAVE_CONFIG_H',
|
'-DHAVE_CONFIG_H',
|
||||||
'-DQT_CLEAN_NAMESPACE',
|
|
||||||
'-DQT_GENUINE_STR',
|
|
||||||
'-DQT_NO_STL',
|
'-DQT_NO_STL',
|
||||||
'-DQT_NO_KEYWORDS',
|
'-DQT_NO_KEYWORDS',
|
||||||
],
|
],
|
||||||
@ -1592,8 +1590,6 @@ qt4 = frontend_env.StaticLibrary(
|
|||||||
CCFLAGS = [
|
CCFLAGS = [
|
||||||
'$CCFLAGS',
|
'$CCFLAGS',
|
||||||
'-DHAVE_CONFIG_H',
|
'-DHAVE_CONFIG_H',
|
||||||
'-DQT_CLEAN_NAMESPACE',
|
|
||||||
'-DQT_GENUINE_STR',
|
|
||||||
'-DQT_NO_STL',
|
'-DQT_NO_STL',
|
||||||
'-DQT_NO_KEYWORDS',
|
'-DQT_NO_KEYWORDS',
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user