more cmake stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20852 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2007-10-08 15:17:02 +00:00
parent 1a53e1099a
commit 3442a6fba7
2 changed files with 6 additions and 4 deletions

View File

@ -58,6 +58,7 @@ target_link_libraries(lyx
support
intl
${QT_QTMAIN_LIBRARY}
boost_filesystem
boost_iostreams)
if(ASPELL_FOUND)

View File

@ -40,8 +40,11 @@ else()
${frontends_qt4_sources} ${frontends_qt4_headers} ${ui_files})
endif()
target_link_libraries(frontend_qt4
${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
target_link_libraries(frontend_qt4
frontends
${QT_QTCORE_LIBRARY}
${QT_QTGUI_LIBRARY}
boost_filesystem)
if(WIN32)
target_link_libraries(frontend_qt4 Gdi32)
@ -50,7 +53,5 @@ endif()
project_source_group("${GROUP_CODE}"
frontends_qt4_sources frontends_qt4_headers)
target_link_libraries(frontend_qt4 boost_filesystem)
source_group("Uic files" FILES ${frontend_qt4_UI})