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)