mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Make it compilable under cmake again after the merge from str-metrics
This commit is contained in:
parent
b54deb3683
commit
5acc6b3791
@ -127,7 +127,7 @@ target_link_libraries(${_lyx}
|
||||
mathed
|
||||
insets
|
||||
frontends
|
||||
frontend_qt4
|
||||
frontend_qt
|
||||
graphics
|
||||
support
|
||||
${ICONV_LIBRARY}
|
||||
|
@ -65,7 +65,7 @@ target_link_libraries(frontend_qt
|
||||
${QT_QTCORE_LIBRARY}
|
||||
${QT_QTGUI_LIBRARY})
|
||||
|
||||
lyx_add_gcc_pch(frontend_qt4)
|
||||
lyx_add_gcc_pch(frontend_qt)
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(frontend_qt gdi32)
|
||||
|
Loading…
Reference in New Issue
Block a user