From kde-commits Thu Jul 23 07:08:24 2009 From: Laurent Montel Date: Thu, 23 Jul 2009 07:08:24 +0000 To: kde-commits Subject: extragear/office/tellico Message-Id: <1248332904.230719.32651.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124833291014909 SVN commit 1001401 by mlaurent: Add missing include directory M +2 -1 CMakeLists.txt --- trunk/extragear/office/tellico/CMakeLists.txt #1001400:1001401 @@ -104,7 +104,8 @@ ${LIBXSLT_INCLUDE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${Tellico_SOURCE_DIR}/src/core - ${Tellico_SOURCE_DIR}/src/3rdparty) + ${Tellico_SOURCE_DIR}/src/3rdparty + ${Tellico_SOURCE_DIR}/src/gui) # is there a better way to disable qt3support library? get_directory_property(include_dirs INCLUDE_DIRECTORIES)