diff options
Diffstat (limited to 'kmobile')
-rw-r--r-- | kmobile/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kmobile/devices/skeleton/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/kmobile/CMakeLists.txt b/kmobile/CMakeLists.txt index e39c161dc..109a0f8a1 100644 --- a/kmobile/CMakeLists.txt +++ b/kmobile/CMakeLists.txt @@ -18,6 +18,7 @@ add_subdirectory( devices ) include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR} + ${CMAKE_SOURCE_DIR}/libkdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kmobile/devices/skeleton/CMakeLists.txt b/kmobile/devices/skeleton/CMakeLists.txt index c1f902cf8..34f2d3bfd 100644 --- a/kmobile/devices/skeleton/CMakeLists.txt +++ b/kmobile/devices/skeleton/CMakeLists.txt @@ -13,6 +13,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../.. ${CMAKE_SOURCE_DIR} + ${CMAKE_SOURCE_DIR}/libkdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) |