From: Vincent van Ravesteijn Date: Thu, 13 Dec 2012 19:13:23 +0000 (+0100) Subject: Revert "Cmake build: Make PreviewLoader.cpp compilable again" X-Git-Tag: 2.1.0beta1~1096 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e78e987649968c1e9daaee39e32d0768e249ea0e;p=features.git Revert "Cmake build: Make PreviewLoader.cpp compilable again" This reverts commit 0a2c70636a49eb1b2457d29b05d9c4ee5bcc2843. --- diff --git a/src/graphics/CMakeLists.txt b/src/graphics/CMakeLists.txt index cd081efd9f..d0708bd309 100644 --- a/src/graphics/CMakeLists.txt +++ b/src/graphics/CMakeLists.txt @@ -12,9 +12,7 @@ file(GLOB graphics_headers ${TOP_SRC_DIR}/src/graphics/${LYX_HPP_FILES}) lyx_add_msvc_pch(graphics) -include_directories(${TOP_SRC_DIR}/src/graphics - ${QT_INCLUDES} -) +include_directories(${TOP_SRC_DIR}/src/graphics) if(NOT LYX_MERGE_FILES) add_library(graphics ${library_type} ${graphics_sources} ${graphics_headers})