]> git.lyx.org Git - features.git/commitdiff
Revert "Cmake build: Make PreviewLoader.cpp compilable again"
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 13 Dec 2012 19:13:23 +0000 (20:13 +0100)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 15 Dec 2012 10:05:09 +0000 (11:05 +0100)
This reverts commit 0a2c70636a49eb1b2457d29b05d9c4ee5bcc2843.

src/graphics/CMakeLists.txt

index cd081efd9f71f44095b4fe5f68a78eac2d17f5ed..d0708bd309ef1d95f7f57d2d42f02144816ebd7a 100644 (file)
@@ -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})