]> git.lyx.org Git - lyx.git/blobdiff - src/CMakeLists.txt
add the background image to distribution tarball
[lyx.git] / src / CMakeLists.txt
index a922a7b84ecb9fef0d17401dc69aaed934890491..5203d45c516a4a1e66daec5607ddf07c09519e36 100644 (file)
@@ -123,6 +123,8 @@ add_dependencies(${_lyx} lyx_version)
 
 set_target_properties(${_lyx} PROPERTIES FOLDER "applications/LyX")
 
+qt_use_modules(${_lyx} Core Gui)
+
 lyx_add_gcc_pch(${_lyx})
 
 target_link_libraries(${_lyx}
@@ -132,7 +134,6 @@ target_link_libraries(${_lyx}
        frontend_qt4
        graphics
        support
-       ${intl_link}
        ${ICONV_LIBRARY}
        ${QT_QTMAIN_LIBRARY}
        ${vld_dll})
@@ -183,3 +184,4 @@ if(LYX_BUNDLE)
                        fixup_bundle(\"${installed_lyx}\" \"\" \"\") " COMPONENT RUNTIME)
 endif()
 
+add_subdirectory(tests)