]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/CMakeLists.txt
Run codespell on src/support
[lyx.git] / src / support / tests / CMakeLists.txt
index 70a2ca7534951ef2cc97dc3e955ea456aeda154e..e5ef4fa6a8f8ef65e13e57c7f0c26062f7ec80ba 100644 (file)
@@ -20,6 +20,8 @@ macro(sources _program)
        if(CYGWIN)
                target_link_libraries(${_program} shlwapi)
        endif()
+       qt_use_modules(${_program} Core)
+       set_property(TARGET ${_program} PROPERTY INTERPROCEDURAL_OPTIMIZATION FALSE)
 endmacro()
 
 file(GLOB test_sources ${TOP_SRC_DIR}/src/support/tests/${LYX_CPP_FILES})