]> git.lyx.org Git - features.git/commitdiff
Added QT_INCLUDES to make it compilable again.
authorKornel Benko <kornel@lyx.org>
Thu, 14 May 2009 16:23:26 +0000 (16:23 +0000)
committerKornel Benko <kornel@lyx.org>
Thu, 14 May 2009 16:23:26 +0000 (16:23 +0000)
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
development/cmake/src/insets/CMakeLists.txt

index 08043da04a566fc1ab035ab4208128858e77dc60..6965d68da4a6173cd01bedc2ef474bef6fd27dc7 100644 (file)
@@ -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)
 
index c86faf58d0ed4036265c797c931a79cf21aa6931..380eebf68a302d252d847d033aa5d6f17eb1f417 100644 (file)
@@ -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)