From a08d2d7f1d2efd09e1c2a79c0748582592a7c6a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 25 Aug 2012 02:29:56 +0200 Subject: Fix handling properties of large files (cherry picked from commit efcd2f6e634cec69d1620a654c4aecd7672f2ab2) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c1eb547..20610b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,6 +57,7 @@ include( ConfigureChecks.cmake ) add_definitions( -DHAVE_CONFIG_H + -D_LARGEFILE64_SOURCE ) set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TQT_CXX_FLAGS}" ) -- cgit v1.2.1