From 1f3b4e24af25a465e552bff36dce7ffdb4e21701 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Thu, 14 May 2009 16:23:26 +0000 Subject: [PATCH] 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 --- development/cmake/src/CMakeLists.txt | 2 +- development/cmake/src/insets/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/cmake/src/CMakeLists.txt b/development/cmake/src/CMakeLists.txt index 08043da04a..6965d68da4 100644 --- a/development/cmake/src/CMakeLists.txt +++ b/development/cmake/src/CMakeLists.txt @@ -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) diff --git a/development/cmake/src/insets/CMakeLists.txt b/development/cmake/src/insets/CMakeLists.txt index c86faf58d0..380eebf68a 100644 --- a/development/cmake/src/insets/CMakeLists.txt +++ b/development/cmake/src/insets/CMakeLists.txt @@ -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) -- 2.39.5