]> git.lyx.org Git - features.git/commitdiff
Cmake build: Missing include path due to change of PreviewLoader.cpp
authorKornel Benko <kornel@lyx.org>
Thu, 13 Dec 2012 08:12:40 +0000 (09:12 +0100)
committerKornel Benko <kornel@lyx.org>
Thu, 13 Dec 2012 08:12:40 +0000 (09:12 +0100)
in previous commit

development/cmake/src/graphics/CMakeLists.txt

index 56daf64b088ccc3c061a59981038c5fa66bb7310..1c63dc02a641c4b32b08b6ebbc1a229159dbeddf 100644 (file)
@@ -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})