diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b392b969..0de7c174a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ kde4_header() -include_directories( ${KDE4_INCLUDES} ) + ########### next target ############### diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6c6637475..1a525c974 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ kde4_header() -include_directories( ${CMAKE_SOURCE_DIR}/workspace/plasma/lib ${KDE4_INCLUDES} ) +include_directories( ${CMAKE_SOURCE_DIR}/workspace/plasma/lib ) ########### next target ###############