X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftests%2FCMakeLists.txt;h=c498b289f267dd47cc56af4780f807cb54e173c8;hb=a9409b47851e57afb2a9c1b1262e60c6963d9dc4;hp=d82c4ff79b2f38afdcd942b63c1fee4fc3845b46;hpb=7a8995f2952dfe5618fc226bb560fbd231b1a25c;p=lyx.git diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index d82c4ff79b..c498b289f2 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -23,9 +23,9 @@ else() message(STATUS "Allow multiple definitions for cxx-compiler ${CMAKE_CXX_COMPILER_ID} not handled") endif() - target_link_libraries(check_layout support ${intl_link} - ${Lyx_Boost_Libraries} ${QT_QTCORE_LIBRARY} - ${ZLIB_LIBRARY} ${ICONV_LIBRARY}) +target_link_libraries(check_layout support ${intl_link} + ${Lyx_Boost_Libraries} ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY} + ${ZLIB_LIBRARY} ${ICONV_LIBRARY}) add_dependencies(lyx_run_tests check_layout) set_target_properties(check_layout PROPERTIES FOLDER "tests/src")