mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
fix compilation on Mac, patch from Stefan.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20788 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3435635a7b
commit
4ad8feb462
@ -24,7 +24,7 @@ add_definitions(-DQT_GENUINE_STR -DLYX_BUILD_QT4_FRONTEND)
|
||||
include_directories(
|
||||
${TOP_SRC_DIR}/src/frontends/qt4
|
||||
${TOP_SRC_DIR}/src/frontends/controllers
|
||||
${QT_INCLUDE_DIR} ${QT_INCLUDE_DIR}/QtCore ${QT_INCLUDE_DIR}/QtGui
|
||||
${QT_INCLUDES}
|
||||
${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
if(MERGE_FILES)
|
||||
|
@ -27,7 +27,7 @@ lyx_add_msvc_pch(support)
|
||||
|
||||
include_directories(${TOP_SRC_DIR}/src/support
|
||||
${TOP_SRC_DIR}/src/support/minizip
|
||||
${QT_INCLUDE_DIR} ${QT_INCLUDE_DIR}/QtCore
|
||||
${QT_INCLUDES}
|
||||
${ICONV_INCLUDE_DIR})
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user