summaryrefslogtreecommitdiffstats
path: root/kioslave
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 /kioslave
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 'kioslave')
-rw-r--r--kioslave/bzip2/CMakeLists.txt4
-rw-r--r--kioslave/file/CMakeLists.txt1
-rw-r--r--kioslave/ftp/CMakeLists.txt4
-rw-r--r--kioslave/gzip/CMakeLists.txt4
-rw-r--r--kioslave/http/CMakeLists.txt4
-rw-r--r--kioslave/http/kcookiejar/CMakeLists.txt4
-rw-r--r--kioslave/iso/CMakeLists.txt4
-rw-r--r--kioslave/metainfo/CMakeLists.txt4
8 files changed, 0 insertions, 29 deletions
diff --git a/kioslave/bzip2/CMakeLists.txt b/kioslave/bzip2/CMakeLists.txt
index 5b6a68d7d..054d87fdf 100644
--- a/kioslave/bzip2/CMakeLists.txt
+++ b/kioslave/bzip2/CMakeLists.txt
@@ -9,10 +9,6 @@
#
#################################################
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_BINARY_DIR}
diff --git a/kioslave/file/CMakeLists.txt b/kioslave/file/CMakeLists.txt
index 66652e633..fef6c2224 100644
--- a/kioslave/file/CMakeLists.txt
+++ b/kioslave/file/CMakeLists.txt
@@ -10,7 +10,6 @@
#################################################
add_definitions(
- ${TQT_CFLAGS_OTHER}
-D_LARGEFILE64_SOURCE
)
diff --git a/kioslave/ftp/CMakeLists.txt b/kioslave/ftp/CMakeLists.txt
index 7f6b88355..0220acd40 100644
--- a/kioslave/ftp/CMakeLists.txt
+++ b/kioslave/ftp/CMakeLists.txt
@@ -9,10 +9,6 @@
#
#################################################
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_BINARY_DIR}
diff --git a/kioslave/gzip/CMakeLists.txt b/kioslave/gzip/CMakeLists.txt
index 184407d9b..3426fef09 100644
--- a/kioslave/gzip/CMakeLists.txt
+++ b/kioslave/gzip/CMakeLists.txt
@@ -9,10 +9,6 @@
#
#################################################
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_BINARY_DIR}/kdecore
diff --git a/kioslave/http/CMakeLists.txt b/kioslave/http/CMakeLists.txt
index fed9fb28e..a043a8a8d 100644
--- a/kioslave/http/CMakeLists.txt
+++ b/kioslave/http/CMakeLists.txt
@@ -11,10 +11,6 @@
add_subdirectory( kcookiejar )
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_CURRENT_BINARY_DIR}
diff --git a/kioslave/http/kcookiejar/CMakeLists.txt b/kioslave/http/kcookiejar/CMakeLists.txt
index 5104c948c..9ae76c0d4 100644
--- a/kioslave/http/kcookiejar/CMakeLists.txt
+++ b/kioslave/http/kcookiejar/CMakeLists.txt
@@ -9,10 +9,6 @@
#
#################################################
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_CURRENT_BINARY_DIR}
diff --git a/kioslave/iso/CMakeLists.txt b/kioslave/iso/CMakeLists.txt
index faa540221..2d445b520 100644
--- a/kioslave/iso/CMakeLists.txt
+++ b/kioslave/iso/CMakeLists.txt
@@ -12,10 +12,6 @@
add_subdirectory( libisofs )
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_BINARY_DIR}
diff --git a/kioslave/metainfo/CMakeLists.txt b/kioslave/metainfo/CMakeLists.txt
index 665c7c39f..2eb466d9a 100644
--- a/kioslave/metainfo/CMakeLists.txt
+++ b/kioslave/metainfo/CMakeLists.txt
@@ -9,10 +9,6 @@
#
#################################################
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_BINARY_DIR}/kdecore