mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Added QT_INCLUDES to make it compilable again.
This was needed due to change of src/support/Systemcall.h git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29669 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8fe984090f
commit
1f3b4e24af
@ -35,7 +35,7 @@ if (ASPELL_FOUND)
|
||||
endif()
|
||||
|
||||
include_directories(${CMAKE_CURRENT_BINARY_DIR}
|
||||
${ZLIB_INCLUDE_DIR})
|
||||
${ZLIB_INCLUDE_DIR} ${QT_INCLUDES})
|
||||
|
||||
lyx_add_msvc_pch(lyx)
|
||||
|
||||
|
@ -13,7 +13,7 @@ list(REMOVE_ITEM insets_sources ${TOP_SRC_DIR}/src/insets/InsetTheorem.cpp)
|
||||
|
||||
lyx_add_msvc_pch(insets)
|
||||
|
||||
include_directories(${TOP_SRC_DIR}/src/insets)
|
||||
include_directories(${TOP_SRC_DIR}/src/insets ${QT_INCLUDES})
|
||||
|
||||
|
||||
if(NOT MERGE_FILES)
|
||||
|
Loading…
Reference in New Issue
Block a user