Blob Blame History Raw
diff -up cantata-0.9.1/support/CMakeLists.txt.fix_build cantata-0.9.1/support/CMakeLists.txt
--- cantata-0.9.1/support/CMakeLists.txt.fix_build	2012-12-14 03:02:45.000000000 -0600
+++ cantata-0.9.1/support/CMakeLists.txt	2013-01-05 16:16:54.241518163 -0600
@@ -21,6 +21,7 @@ if (NOT WIN32)
 endif (NOT WIN32)
 
 if (ENABLE_KDE_SUPPORT )
+    include_directories( ${KDE4_INCLUDES} )
     macro_ensure_version("4.7.0" ${KDE_VERSION} KDE_VERSION_47)
     if (NOT KDE_VERSION_47)
         SET( SUPPORT_SRCS ${SUPPORT_SRCS} kmessagewidget.cpp )