summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kandy/src/CMakeLists.txt1
-rw-r--r--kfile-plugins/ics/CMakeLists.txt1
-rw-r--r--kitchensync/src/CMakeLists.txt1
-rw-r--r--kmobile/CMakeLists.txt1
-rw-r--r--kmobile/devices/skeleton/CMakeLists.txt1
-rw-r--r--knotes/CMakeLists.txt1
-rw-r--r--kode/kxml_compiler/CMakeLists.txt1
-rw-r--r--konsolekalendar/CMakeLists.txt1
-rw-r--r--kontact/interfaces/CMakeLists.txt1
-rw-r--r--kontact/plugins/akregator/CMakeLists.txt1
-rw-r--r--kontact/plugins/karm/CMakeLists.txt1
-rw-r--r--kontact/plugins/knode/CMakeLists.txt1
-rw-r--r--kontact/plugins/knotes/CMakeLists.txt1
-rw-r--r--kontact/plugins/korganizer/CMakeLists.txt1
-rw-r--r--kontact/plugins/newsticker/CMakeLists.txt1
-rw-r--r--kontact/plugins/specialdates/CMakeLists.txt1
-rw-r--r--kontact/plugins/weather/CMakeLists.txt1
-rw-r--r--kresources/birthdays/CMakeLists.txt1
-rw-r--r--kresources/caldav/CMakeLists.txt1
-rw-r--r--kresources/egroupware/CMakeLists.txt1
-rw-r--r--kresources/exchange/CMakeLists.txt1
-rw-r--r--kresources/featureplan/CMakeLists.txt1
-rw-r--r--kresources/groupwise/kioslave/CMakeLists.txt1
-rw-r--r--kresources/groupwise/soap/CMakeLists.txt1
-rw-r--r--kresources/kolab/kabc/CMakeLists.txt1
-rw-r--r--kresources/kolab/kcal/CMakeLists.txt1
-rw-r--r--kresources/kolab/knotes/CMakeLists.txt1
-rw-r--r--kresources/kolab/shared/CMakeLists.txt1
-rw-r--r--kresources/remote/CMakeLists.txt1
-rw-r--r--kresources/scalix/kabc/CMakeLists.txt1
-rw-r--r--kresources/scalix/kcal/CMakeLists.txt1
-rw-r--r--kresources/scalix/kioslave/CMakeLists.txt1
-rw-r--r--kresources/scalix/knotes/CMakeLists.txt1
-rw-r--r--kresources/slox/CMakeLists.txt1
34 files changed, 34 insertions, 0 deletions
diff --git a/kandy/src/CMakeLists.txt b/kandy/src/CMakeLists.txt
index 563ef014..2bb1ab02 100644
--- a/kandy/src/CMakeLists.txt
+++ b/kandy/src/CMakeLists.txt
@@ -19,6 +19,7 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kfile-plugins/ics/CMakeLists.txt b/kfile-plugins/ics/CMakeLists.txt
index 748babcb..793db413 100644
--- a/kfile-plugins/ics/CMakeLists.txt
+++ b/kfile-plugins/ics/CMakeLists.txt
@@ -16,6 +16,7 @@ tde_import( libkcal )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kitchensync/src/CMakeLists.txt b/kitchensync/src/CMakeLists.txt
index a9941195..f3ce11c8 100644
--- a/kitchensync/src/CMakeLists.txt
+++ b/kitchensync/src/CMakeLists.txt
@@ -22,6 +22,7 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/..
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kmobile/CMakeLists.txt b/kmobile/CMakeLists.txt
index e39c161d..109a0f8a 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 c1f902cf..34f2d3bf 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}
)
diff --git a/knotes/CMakeLists.txt b/knotes/CMakeLists.txt
index 1e37d7ed..a83e8cf9 100644
--- a/knotes/CMakeLists.txt
+++ b/knotes/CMakeLists.txt
@@ -22,6 +22,7 @@ add_subdirectory( icons )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kode/kxml_compiler/CMakeLists.txt b/kode/kxml_compiler/CMakeLists.txt
index 85592be8..a84bdb63 100644
--- a/kode/kxml_compiler/CMakeLists.txt
+++ b/kode/kxml_compiler/CMakeLists.txt
@@ -11,6 +11,7 @@
include_directories(
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/konsolekalendar/CMakeLists.txt b/konsolekalendar/CMakeLists.txt
index 63c17f28..cf920b7d 100644
--- a/konsolekalendar/CMakeLists.txt
+++ b/konsolekalendar/CMakeLists.txt
@@ -20,6 +20,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kontact/interfaces/CMakeLists.txt b/kontact/interfaces/CMakeLists.txt
index 0cf231ee..997fbc30 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 3af6bd6c..74a4e059 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 e3e0e60e..22be764a 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 a540a897..38f89fe9 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 db6a6c47..d0019567 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 4058a068..600afcbf 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 4ea4ed85..1292e519 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 7bde801d..e3cc0bd4 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 541222d7..ad3d1792 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}
)
diff --git a/kresources/birthdays/CMakeLists.txt b/kresources/birthdays/CMakeLists.txt
index 244226ee..92b7f7af 100644
--- a/kresources/birthdays/CMakeLists.txt
+++ b/kresources/birthdays/CMakeLists.txt
@@ -14,6 +14,7 @@ include_directories(
${CMAKE_BINARY_DIR}/kaddressbook/common
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/kaddressbook/common
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kresources/caldav/CMakeLists.txt b/kresources/caldav/CMakeLists.txt
index 7252012f..ad744614 100644
--- a/kresources/caldav/CMakeLists.txt
+++ b/kresources/caldav/CMakeLists.txt
@@ -14,6 +14,7 @@ include( ConfigureChecks.cmake )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
${CALDAV_INCLUDE_DIRS}
diff --git a/kresources/egroupware/CMakeLists.txt b/kresources/egroupware/CMakeLists.txt
index 32fb481a..4843d151 100644
--- a/kresources/egroupware/CMakeLists.txt
+++ b/kresources/egroupware/CMakeLists.txt
@@ -14,6 +14,7 @@ include_directories(
${CMAKE_BINARY_DIR}/kaddressbook/common
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/kaddressbook/common
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kresources/exchange/CMakeLists.txt b/kresources/exchange/CMakeLists.txt
index 37eb0cad..10b15aa2 100644
--- a/kresources/exchange/CMakeLists.txt
+++ b/kresources/exchange/CMakeLists.txt
@@ -14,6 +14,7 @@ tde_import( libkpimexchange )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${CMAKE_SOURCE_DIR}/libkpimexchange/core
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
diff --git a/kresources/featureplan/CMakeLists.txt b/kresources/featureplan/CMakeLists.txt
index 01ffd669..5af26e08 100644
--- a/kresources/featureplan/CMakeLists.txt
+++ b/kresources/featureplan/CMakeLists.txt
@@ -24,6 +24,7 @@ endif( )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kresources/groupwise/kioslave/CMakeLists.txt b/kresources/groupwise/kioslave/CMakeLists.txt
index 09a81f11..36182337 100644
--- a/kresources/groupwise/kioslave/CMakeLists.txt
+++ b/kresources/groupwise/kioslave/CMakeLists.txt
@@ -13,6 +13,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/../soap
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kresources/groupwise/soap/CMakeLists.txt b/kresources/groupwise/soap/CMakeLists.txt
index 31680800..e6aaec2b 100644
--- a/kresources/groupwise/soap/CMakeLists.txt
+++ b/kresources/groupwise/soap/CMakeLists.txt
@@ -16,6 +16,7 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/..
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kresources/kolab/kabc/CMakeLists.txt b/kresources/kolab/kabc/CMakeLists.txt
index 63defa58..f79d31f6 100644
--- a/kresources/kolab/kabc/CMakeLists.txt
+++ b/kresources/kolab/kabc/CMakeLists.txt
@@ -13,6 +13,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/../shared
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kresources/kolab/kcal/CMakeLists.txt b/kresources/kolab/kcal/CMakeLists.txt
index 238740a0..aab6d324 100644
--- a/kresources/kolab/kcal/CMakeLists.txt
+++ b/kresources/kolab/kcal/CMakeLists.txt
@@ -14,6 +14,7 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/../shared
${CMAKE_CURRENT_SOURCE_DIR}/../kcal
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kresources/kolab/knotes/CMakeLists.txt b/kresources/kolab/knotes/CMakeLists.txt
index a4aaecbc..2f33b214 100644
--- a/kresources/kolab/knotes/CMakeLists.txt
+++ b/kresources/kolab/knotes/CMakeLists.txt
@@ -14,6 +14,7 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/../shared
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/knotes
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kresources/kolab/shared/CMakeLists.txt b/kresources/kolab/shared/CMakeLists.txt
index e06e1bce..6389f4db 100644
--- a/kresources/kolab/shared/CMakeLists.txt
+++ b/kresources/kolab/shared/CMakeLists.txt
@@ -13,6 +13,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/kresources/lib
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kresources/remote/CMakeLists.txt b/kresources/remote/CMakeLists.txt
index 4f2ef07c..f1c4d874 100644
--- a/kresources/remote/CMakeLists.txt
+++ b/kresources/remote/CMakeLists.txt
@@ -12,6 +12,7 @@
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kresources/scalix/kabc/CMakeLists.txt b/kresources/scalix/kabc/CMakeLists.txt
index acbb6b4d..3663fc04 100644
--- a/kresources/scalix/kabc/CMakeLists.txt
+++ b/kresources/scalix/kabc/CMakeLists.txt
@@ -12,6 +12,7 @@
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kresources/scalix/kcal/CMakeLists.txt b/kresources/scalix/kcal/CMakeLists.txt
index 80527a08..26b0d79b 100644
--- a/kresources/scalix/kcal/CMakeLists.txt
+++ b/kresources/scalix/kcal/CMakeLists.txt
@@ -12,6 +12,7 @@
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kresources/scalix/kioslave/CMakeLists.txt b/kresources/scalix/kioslave/CMakeLists.txt
index f37e6d98..43011df7 100644
--- a/kresources/scalix/kioslave/CMakeLists.txt
+++ b/kresources/scalix/kioslave/CMakeLists.txt
@@ -11,6 +11,7 @@
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kresources/scalix/knotes/CMakeLists.txt b/kresources/scalix/knotes/CMakeLists.txt
index 3e7216a7..a363b738 100644
--- a/kresources/scalix/knotes/CMakeLists.txt
+++ b/kresources/scalix/knotes/CMakeLists.txt
@@ -13,6 +13,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/knotes
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kresources/slox/CMakeLists.txt b/kresources/slox/CMakeLists.txt
index affdb50d..c1f0b6e4 100644
--- a/kresources/slox/CMakeLists.txt
+++ b/kresources/slox/CMakeLists.txt
@@ -13,6 +13,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/libkdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)