mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 22:17:41 +00:00
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:
parent
1a53e1099a
commit
3442a6fba7
@ -58,6 +58,7 @@ target_link_libraries(lyx
|
||||
support
|
||||
intl
|
||||
${QT_QTMAIN_LIBRARY}
|
||||
boost_filesystem
|
||||
boost_iostreams)
|
||||
|
||||
if(ASPELL_FOUND)
|
||||
|
@ -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})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user