X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FCMakeLists.txt;h=a6fbffa23e85fede5dc65a00eb7300b91edec115;hb=1a8873d7be005b20764133986f5983e1400754c1;hp=c6e9d5870f66187957e8404da4f5af15994b6da3;hpb=19c7902b53a911bb721bf56c38b6f39e6e7df156;p=lyx.git diff --git a/src/graphics/CMakeLists.txt b/src/graphics/CMakeLists.txt index c6e9d5870f..a6fbffa23e 100644 --- a/src/graphics/CMakeLists.txt +++ b/src/graphics/CMakeLists.txt @@ -13,7 +13,7 @@ lyx_add_msvc_pch(graphics) include_directories(${TOP_SRC_DIR}/src/graphics) lyx_automoc(${TOP_SRC_DIR}/src/graphics/PreviewLoader.cpp) -include_directories(${CMAKE_CURRENT_BINARY_DIR}) +include_directories(${CMAKE_CURRENT_BINARY_DIR} ${QT_INCLUDES}) if(NOT LYX_MERGE_FILES) add_library(graphics ${library_type} ${graphics_sources} ${graphics_headers})