]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/CMakeLists.txt
Move initial values of LyXRC members to the header
[lyx.git] / src / support / tests / CMakeLists.txt
index 26e7d5c299979ff735f13eca1f1a668901260e17..6e5f3ed39295350aa07d773f9e7f1c4d82c6df08 100644 (file)
@@ -20,7 +20,7 @@ macro(sources _program)
        if(CYGWIN)
                target_link_libraries(${_program} shlwapi)
        endif()
-       qt_use_modules(${_program} Core Gui)
+       qt_use_modules(${_program} Core)
 endmacro()
 
 file(GLOB test_sources ${TOP_SRC_DIR}/src/support/tests/${LYX_CPP_FILES})