diff options
author | Slávek Banko <[email protected]> | 2019-02-01 17:16:01 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-02-04 01:24:32 +0100 |
commit | 67fac6eb61fb55b98db7e67d5ead244272cc4b49 (patch) | |
tree | 67922073dfa0708cae5ea212f01f044471ff83fa /konqueror | |
parent | 01bed117c91b8e9d657501c6f701cb579c124ae9 (diff) | |
download | tdebase-67fac6eb61fb55b98db7e67d5ead244272cc4b49.tar.gz tdebase-67fac6eb61fb55b98db7e67d5ead244272cc4b49.zip |
Use common test for large files support.
Drop hardcoded definition -D_LARGEFILE64_SOURCE.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 02cb998b9cb2cd5ef36fe0b86781fc452a0d150e)
Diffstat (limited to 'konqueror')
-rw-r--r-- | konqueror/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/konqueror/CMakeLists.txt b/konqueror/CMakeLists.txt index 83d75d646..0c99b911c 100644 --- a/konqueror/CMakeLists.txt +++ b/konqueror/CMakeLists.txt @@ -16,11 +16,6 @@ if( NOT BUILD_LIBKONQ ) endif( NOT BUILD_LIBKONQ ) -add_definitions( - -D_LARGEFILE64_SOURCE -) - - add_subdirectory( client ) add_subdirectory( iconview ) add_subdirectory( listview ) |