The branch, master, has been updated. - Log -----------------------------------------------------------------
commit a5317f659427d53726158bb17afbd20ad42364c8 Author: Stephan Witt <[email protected]> Date: Tue Oct 16 22:36:23 2012 +0200 add QT_QTGUI_LIBRARY to link libraries of check programs to get access to QDesktopServices on Mac OS X diff --git a/src/support/tests/CMakeLists.txt b/src/support/tests/CMakeLists.txt index eb6c2a1..d04c02f 100644 --- a/src/support/tests/CMakeLists.txt +++ b/src/support/tests/CMakeLists.txt @@ -13,7 +13,9 @@ macro(sources _program) endforeach() set(${_program}_SOURCES ${_tmplist}) add_executable(${_program} ${_tmplist}) - target_link_libraries(${_program} support ${Lyx_Boost_Libraries} ${QT_QTCORE_LIBRARY} ${ZLIB_LIBRARY} ${LIBINTL_LIBRARIES} ${ICONV_LIBRARY}) + target_link_libraries(${_program} support + ${Lyx_Boost_Libraries} ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY} + ${ZLIB_LIBRARY} ${LIBINTL_LIBRARIES} ${ICONV_LIBRARY}) endmacro() file(GLOB test_sources ${TOP_SRC_DIR}/src/support/tests/${LYX_CPP_FILES}) ----------------------------------------------------------------------- Summary of changes: src/support/tests/CMakeLists.txt | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
