mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Cmake build: Make PreviewLoader.cpp compilable again
This commit is contained in:
parent
610145bb5a
commit
0a2c70636a
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user