diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-01-28 19:57:16 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-28 20:55:45 +0100 |
commit | c43ecb347b50170c0ee614512eb424dcce719c91 (patch) | |
tree | caf408e0e86c4afaa51ca9f4de15b0c9c389c1db /kio | |
parent | 91931f112d5619a1c84ed901a1165b64b37dd2d1 (diff) | |
download | tdelibs-c43ecb347b50170c0ee614512eb424dcce719c91.tar.gz tdelibs-c43ecb347b50170c0ee614512eb424dcce719c91.zip |
Use common test for large files support.
Drop hardcoded definition -D_LARGEFILE64_SOURCE=1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ebf0115af1c52612e02fd8908b4240501bd34c60)
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} |