diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-27 21:44:32 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-27 21:44:32 +0000 |
commit | 3b4cea3c9803bcaae3909f3c824ebc69453c9c72 (patch) | |
tree | 4cc1a6138df0f2a37497660b06ca85686f471ad7 /kontact | |
parent | d6bce768c81686179703573ef155f3019c74fa07 (diff) | |
download | tdepim-3b4cea3c9803bcaae3909f3c824ebc69453c9c72.tar.gz tdepim-3b4cea3c9803bcaae3909f3c824ebc69453c9c72.zip |
[kdepim] include ${CMAKE_SOURCE_DIR}/libkdepim to fix FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226234 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kontact')
-rw-r--r-- | kontact/interfaces/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kontact/plugins/akregator/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kontact/plugins/karm/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kontact/plugins/knode/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kontact/plugins/knotes/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kontact/plugins/korganizer/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kontact/plugins/newsticker/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kontact/plugins/specialdates/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kontact/plugins/weather/CMakeLists.txt | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/kontact/interfaces/CMakeLists.txt b/kontact/interfaces/CMakeLists.txt index 0cf231eea..997fbc305 100644 --- a/kontact/interfaces/CMakeLists.txt +++ b/kontact/interfaces/CMakeLists.txt @@ -12,6 +12,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_SOURCE_DIR}/libkdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kontact/plugins/akregator/CMakeLists.txt b/kontact/plugins/akregator/CMakeLists.txt index 3af6bd6cc..74a4e0593 100644 --- a/kontact/plugins/akregator/CMakeLists.txt +++ b/kontact/plugins/akregator/CMakeLists.txt @@ -14,6 +14,7 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/../../interfaces ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/akregator/src + ${CMAKE_SOURCE_DIR}/libkdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kontact/plugins/karm/CMakeLists.txt b/kontact/plugins/karm/CMakeLists.txt index e3e0e60e9..22be764ac 100644 --- a/kontact/plugins/karm/CMakeLists.txt +++ b/kontact/plugins/karm/CMakeLists.txt @@ -12,6 +12,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../../interfaces + ${CMAKE_SOURCE_DIR}/libkdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kontact/plugins/knode/CMakeLists.txt b/kontact/plugins/knode/CMakeLists.txt index a540a897f..38f89fe94 100644 --- a/kontact/plugins/knode/CMakeLists.txt +++ b/kontact/plugins/knode/CMakeLists.txt @@ -12,6 +12,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../../interfaces + ${CMAKE_SOURCE_DIR}/libkdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kontact/plugins/knotes/CMakeLists.txt b/kontact/plugins/knotes/CMakeLists.txt index db6a6c471..d0019567e 100644 --- a/kontact/plugins/knotes/CMakeLists.txt +++ b/kontact/plugins/knotes/CMakeLists.txt @@ -15,6 +15,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../../interfaces ${CMAKE_SOURCE_DIR} + ${CMAKE_SOURCE_DIR}/libkdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kontact/plugins/korganizer/CMakeLists.txt b/kontact/plugins/korganizer/CMakeLists.txt index 4058a0682..600afcbf5 100644 --- a/kontact/plugins/korganizer/CMakeLists.txt +++ b/kontact/plugins/korganizer/CMakeLists.txt @@ -18,6 +18,7 @@ include_directories( ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/korganizer ${CMAKE_SOURCE_DIR}/korganizer/interfaces + ${CMAKE_SOURCE_DIR}/libkdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kontact/plugins/newsticker/CMakeLists.txt b/kontact/plugins/newsticker/CMakeLists.txt index 4ea4ed853..1292e519d 100644 --- a/kontact/plugins/newsticker/CMakeLists.txt +++ b/kontact/plugins/newsticker/CMakeLists.txt @@ -12,6 +12,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../../interfaces + ${CMAKE_SOURCE_DIR}/libkdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kontact/plugins/specialdates/CMakeLists.txt b/kontact/plugins/specialdates/CMakeLists.txt index 7bde801d6..e3cc0bd41 100644 --- a/kontact/plugins/specialdates/CMakeLists.txt +++ b/kontact/plugins/specialdates/CMakeLists.txt @@ -15,6 +15,7 @@ tde_import( korganizer ) include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../../interfaces + ${CMAKE_SOURCE_DIR}/libkdepim ${CMAKE_SOURCE_DIR} ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} diff --git a/kontact/plugins/weather/CMakeLists.txt b/kontact/plugins/weather/CMakeLists.txt index 541222d79..ad3d1792d 100644 --- a/kontact/plugins/weather/CMakeLists.txt +++ b/kontact/plugins/weather/CMakeLists.txt @@ -12,6 +12,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../../interfaces + ${CMAKE_SOURCE_DIR}/libkdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) |