Cmake build: Make PreviewLoader.cpp compilable again

This commit is contained in:
Kornel Benko 2012-12-12 20:42:58 +01:00
parent 610145bb5a
commit 0a2c70636a

View 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})