From: Kornel Benko Date: Thu, 13 Dec 2012 08:12:40 +0000 (+0100) Subject: Cmake build: Missing include path due to change of PreviewLoader.cpp X-Git-Tag: 2.0.6~192 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cd9b507f5c7b2872502d8813adcebfd26bf97d4d;p=features.git Cmake build: Missing include path due to change of PreviewLoader.cpp in previous commit --- diff --git a/development/cmake/src/graphics/CMakeLists.txt b/development/cmake/src/graphics/CMakeLists.txt index 56daf64b08..1c63dc02a6 100644 --- a/development/cmake/src/graphics/CMakeLists.txt +++ b/development/cmake/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})