diff --git a/CMakeLists.txt b/CMakeLists.txt index 71d46d55c..974625cd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -236,6 +236,7 @@ endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND) if (PHONON_FOUND) message(STATUS "Adding support for Phonon to libplasma") + include_directories(${KDE4_PHONON_INCLUDES}) set(plasma_LIB_SRCS ${plasma_LIB_SRCS} widgets/videowidget.cpp)