Add -DQT_NO_KEYWORDS to compiler option

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14413 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-07-10 17:40:14 +00:00
parent 3f81ae62ab
commit 852431e2a6

View File

@ -1914,6 +1914,7 @@ if build_qt4:
'-DQT_GENUINE_STR',
'-DQT_NO_STL',
'-DQT3_SUPPORT',
'-DQT_NO_KEYWORDS',
]
)