]> git.lyx.org Git - lyx.git/blobdiff - src/CMakeLists.txt
add the background image to distribution tarball
[lyx.git] / src / CMakeLists.txt
index 490990bcad29351b835d5f7c47b7778489f4d5c6..5203d45c516a4a1e66daec5607ddf07c09519e36 100644 (file)
@@ -6,7 +6,7 @@
 
 project(${_lyx})
 
-include_directories(${TOP_SRC_DIR}/src ${QT_INCLUDES})
+include_directories(${TOP_SRC_DIR}/src)
 
 set_property(GLOBAL PROPERTY USE_FOLDERS ON)
 set_property(GLOBAL PROPERTY PREDEFINED_TARGETS_FOLDER "CMakeTargets")
@@ -134,7 +134,6 @@ target_link_libraries(${_lyx}
        frontend_qt4
        graphics
        support
-       ${intl_link}
        ${ICONV_LIBRARY}
        ${QT_QTMAIN_LIBRARY}
        ${vld_dll})