]> git.lyx.org Git - features.git/blobdiff - src/graphics/CMakeLists.txt
Revert "Cmake build: Make PreviewLoader.cpp compilable again"
[features.git] / 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})