mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
Cmake build: Missing include path due to change of PreviewLoader.cpp
in previous commit
This commit is contained in:
parent
60c96e3a66
commit
cd9b507f5c
@ -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