summaryrefslogtreecommitdiffstats
path: root/kabc
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-11 16:43:23 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-11 16:43:23 +0000
commit0ba4e3c0a468d0ce3d64c4062a39e8a792b29b93 (patch)
tree2345621c7578cf29abe594a39c486409f01a7281 /kabc
parent10308be19ef7fa44699562cc75946e7ea1fdf6b9 (diff)
downloadtdelibs-0ba4e3c0a468d0ce3d64c4062a39e8a792b29b93.tar.gz
tdelibs-0ba4e3c0a468d0ce3d64c4062a39e8a792b29b93.zip
[kdelibs] move "-include tqt.h" directive to CMAKE_CXX_FLAGS; move TQT_CFLAGS_OTHER definitions to main CMakeLists.txt; remove useless defintions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1213800 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kabc')
-rw-r--r--kabc/CMakeLists.txt5
-rw-r--r--kabc/formats/CMakeLists.txt4
-rw-r--r--kabc/plugins/dir/CMakeLists.txt4
-rw-r--r--kabc/plugins/file/CMakeLists.txt4
-rw-r--r--kabc/plugins/ldapkio/CMakeLists.txt4
-rw-r--r--kabc/plugins/net/CMakeLists.txt4
-rw-r--r--kabc/vcard/CMakeLists.txt4
-rw-r--r--kabc/vcardparser/CMakeLists.txt4
8 files changed, 0 insertions, 33 deletions
diff --git a/kabc/CMakeLists.txt b/kabc/CMakeLists.txt
index f03e365f2..1db5f73c9 100644
--- a/kabc/CMakeLists.txt
+++ b/kabc/CMakeLists.txt
@@ -14,11 +14,6 @@ add_subdirectory( vcardparser )
add_subdirectory( formats )
add_subdirectory( plugins )
-
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
diff --git a/kabc/formats/CMakeLists.txt b/kabc/formats/CMakeLists.txt
index 23ae73fc0..47ad9f37a 100644
--- a/kabc/formats/CMakeLists.txt
+++ b/kabc/formats/CMakeLists.txt
@@ -9,10 +9,6 @@
#
#################################################
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${CMAKE_BINARY_DIR}/kabc
${CMAKE_SOURCE_DIR}/kabc
diff --git a/kabc/plugins/dir/CMakeLists.txt b/kabc/plugins/dir/CMakeLists.txt
index 094af3789..f25967dc8 100644
--- a/kabc/plugins/dir/CMakeLists.txt
+++ b/kabc/plugins/dir/CMakeLists.txt
@@ -9,10 +9,6 @@
#
#################################################
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}/kabc
diff --git a/kabc/plugins/file/CMakeLists.txt b/kabc/plugins/file/CMakeLists.txt
index 9304e9865..e3a0fc3ae 100644
--- a/kabc/plugins/file/CMakeLists.txt
+++ b/kabc/plugins/file/CMakeLists.txt
@@ -9,10 +9,6 @@
#
#################################################
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}/kabc
diff --git a/kabc/plugins/ldapkio/CMakeLists.txt b/kabc/plugins/ldapkio/CMakeLists.txt
index 4d80738e4..b0e2b0d07 100644
--- a/kabc/plugins/ldapkio/CMakeLists.txt
+++ b/kabc/plugins/ldapkio/CMakeLists.txt
@@ -9,10 +9,6 @@
#
#################################################
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}/kabc
diff --git a/kabc/plugins/net/CMakeLists.txt b/kabc/plugins/net/CMakeLists.txt
index 6e7161691..e7336f1ff 100644
--- a/kabc/plugins/net/CMakeLists.txt
+++ b/kabc/plugins/net/CMakeLists.txt
@@ -9,10 +9,6 @@
#
#################################################
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}/kabc
diff --git a/kabc/vcard/CMakeLists.txt b/kabc/vcard/CMakeLists.txt
index 99f6ab4f5..f2ac63bac 100644
--- a/kabc/vcard/CMakeLists.txt
+++ b/kabc/vcard/CMakeLists.txt
@@ -9,10 +9,6 @@
#
#################################################
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_CURRENT_BINARY_DIR}
diff --git a/kabc/vcardparser/CMakeLists.txt b/kabc/vcardparser/CMakeLists.txt
index 4aace67f0..e68bd8fb1 100644
--- a/kabc/vcardparser/CMakeLists.txt
+++ b/kabc/vcardparser/CMakeLists.txt
@@ -9,10 +9,6 @@
#
#################################################
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_BINARY_DIR}/kdecore