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:
André Pönitz 2007-10-06 16:06:03 +00:00
parent 3435635a7b
commit 4ad8feb462
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

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