]> git.lyx.org Git - lyx.git/blobdiff - src/tests/CMakeLists.txt
InsetArgument: Set ResetsFontEdit to false
[lyx.git] / src / tests / CMakeLists.txt
index d82c4ff79b2f38afdcd942b63c1fee4fc3845b46..c498b289f267dd47cc56af4780f807cb54e173c8 100644 (file)
@@ -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")