The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 0a2c70636a49eb1b2457d29b05d9c4ee5bcc2843
Author: Kornel Benko <[email protected]>
Date:   Wed Dec 12 20:42:58 2012 +0100

    Cmake build: Make PreviewLoader.cpp compilable again

diff --git a/src/graphics/CMakeLists.txt b/src/graphics/CMakeLists.txt
index 56daf64..e2c0a9a 100644
--- a/src/graphics/CMakeLists.txt
+++ b/src/graphics/CMakeLists.txt
@@ -12,7 +12,9 @@ file(GLOB graphics_headers 
${TOP_SRC_DIR}/src/graphics/${LYX_HPP_FILES})
 lyx_add_msvc_pch(graphics)
 
 
-include_directories(${TOP_SRC_DIR}/src/graphics)
+include_directories(${TOP_SRC_DIR}/src/graphics
+        ${QT_INCLUDES}
+)
 
 if(NOT LYX_MERGE_FILES)
        add_library(graphics ${library_type} ${graphics_sources} 
${graphics_headers})

-----------------------------------------------------------------------

Summary of changes:
 src/graphics/CMakeLists.txt |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to