mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-28 06:49:43 +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
|
support
|
||||||
intl
|
intl
|
||||||
${QT_QTMAIN_LIBRARY}
|
${QT_QTMAIN_LIBRARY}
|
||||||
|
boost_filesystem
|
||||||
boost_iostreams)
|
boost_iostreams)
|
||||||
|
|
||||||
if(ASPELL_FOUND)
|
if(ASPELL_FOUND)
|
||||||
|
@ -41,7 +41,10 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(frontend_qt4
|
target_link_libraries(frontend_qt4
|
||||||
${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
|
frontends
|
||||||
|
${QT_QTCORE_LIBRARY}
|
||||||
|
${QT_QTGUI_LIBRARY}
|
||||||
|
boost_filesystem)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
target_link_libraries(frontend_qt4 Gdi32)
|
target_link_libraries(frontend_qt4 Gdi32)
|
||||||
@ -50,7 +53,5 @@ endif()
|
|||||||
project_source_group("${GROUP_CODE}"
|
project_source_group("${GROUP_CODE}"
|
||||||
frontends_qt4_sources frontends_qt4_headers)
|
frontends_qt4_sources frontends_qt4_headers)
|
||||||
|
|
||||||
target_link_libraries(frontend_qt4 boost_filesystem)
|
|
||||||
|
|
||||||
source_group("Uic files" FILES ${frontend_qt4_UI})
|
source_group("Uic files" FILES ${frontend_qt4_UI})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user