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