mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 22:17:41 +00:00
add QT_QTGUI_LIBRARY to link libraries of check programs to get access to QDesktopServices on Mac OS X
This commit is contained in:
parent
63ead2010d
commit
a5317f6594
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user