Revert "Cmake build: Make PreviewLoader.cpp compilable again"

This reverts commit 0a2c70636a.
This commit is contained in:
Vincent van Ravesteijn 2012-12-13 20:13:23 +01:00
parent 0cd8c03d17
commit e78e987649

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