On Mon, May 19, 2008 at 6:45 PM, David Faure wrote: > On Sunday 18 May 2008, Carlo Segato wrote: >> SVN commit 809333 by segato: >> >> add to the include directories >> >> M +1 -1 CMakeLists.txt >> >> >> --- trunk/KDE/kdelibs/kutils/CMakeLists.txt #809332:809333 >> @@ -1,5 +1,5 @@ >> project(kutils) >> -include_directories( ${KDE4_KDEUI_INCLUDES} ${KDE4_KPARTS_INCLUDES} ) >> +include_directories( ${KDE4_KDEUI_INCLUDES} ${KDE4_KPARTS_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR}) > > You should never need this; it's done automatically by cmake (we enable that feature in KDE4Defaults.cmake) > > -- > David Faure, faure@kde.org, sponsored by Trolltech to work on KDE, > Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org). > If I remember correctly it didn't find kutils_export.h from inside the kemoticons directory without that