diff options
Diffstat (limited to 'kioslave')
-rw-r--r-- | kioslave/bzip2/CMakeLists.txt | 4 | ||||
-rw-r--r-- | kioslave/file/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kioslave/ftp/CMakeLists.txt | 4 | ||||
-rw-r--r-- | kioslave/gzip/CMakeLists.txt | 4 | ||||
-rw-r--r-- | kioslave/http/CMakeLists.txt | 4 | ||||
-rw-r--r-- | kioslave/http/kcookiejar/CMakeLists.txt | 4 | ||||
-rw-r--r-- | kioslave/iso/CMakeLists.txt | 4 | ||||
-rw-r--r-- | kioslave/metainfo/CMakeLists.txt | 4 |
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 |