Make it compilable under cmake again after the merge from str-metrics

This commit is contained in:
Kornel Benko 2014-07-25 22:03:59 +02:00
parent b54deb3683
commit 5acc6b3791
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ target_link_libraries(${_lyx}
mathed
insets
frontends
frontend_qt4
frontend_qt
graphics
support
${ICONV_LIBRARY}

View File

@ -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)