mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix win32 linker errors
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38614 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5855043599
commit
fc5060a5e6
@ -126,7 +126,7 @@ target_link_libraries(${_lyx}
|
||||
${QT_QTMAIN_LIBRARY}
|
||||
${vld_dll})
|
||||
|
||||
if(NOT LYX_EXTERNAL_LIBINTL)
|
||||
if(NOT LYX_EXTERNAL_LIBINTL OR WIN32)
|
||||
target_link_libraries(${_lyx} intl)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user