diff options
Diffstat (limited to 'kio')
-rw-r--r-- | kio/CMakeLists.txt | 4 | ||||
-rw-r--r-- | kio/misc/CMakeLists.txt | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/kio/CMakeLists.txt b/kio/CMakeLists.txt index 2e84efcd8..d4dc7df48 100644 --- a/kio/CMakeLists.txt +++ b/kio/CMakeLists.txt @@ -9,10 +9,6 @@ # ################################################# -add_definitions( - -D_LARGEFILE64_SOURCE=1 -) - add_subdirectory( kssl ) add_subdirectory( kio ) add_subdirectory( bookmarks ) diff --git a/kio/misc/CMakeLists.txt b/kio/misc/CMakeLists.txt index 6cda20bb9..5271069f3 100644 --- a/kio/misc/CMakeLists.txt +++ b/kio/misc/CMakeLists.txt @@ -17,10 +17,6 @@ add_subdirectory( kfile ) add_subdirectory( kwalletd ) add_subdirectory( kntlm ) -add_definitions( - -D_LARGEFILE64_SOURCE -) - include_directories( ${TQT_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} |