diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-02-01 17:16:01 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-02-04 01:22:54 +0100 |
commit | 02cb998b9cb2cd5ef36fe0b86781fc452a0d150e (patch) | |
tree | 3c7658571eaf9754bdc4ab3ca5ba6fe121da80f1 /konqueror | |
parent | 9a394bb261926a6ef9e8a5155c2ebe70261affe3 (diff) | |
download | tdebase-02cb998b9cb2cd5ef36fe0b86781fc452a0d150e.tar.gz tdebase-02cb998b9cb2cd5ef36fe0b86781fc452a0d150e.zip |
Use common test for large files support.
Drop hardcoded definition -D_LARGEFILE64_SOURCE.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 ) |