summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2012-06-21 23:33:07 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-24 15:38:55 +0200
commit2bba0eadc1570f29331285738b9d319687f84d4c (patch)
treeebf1e6a2803fad12720b92cf374c7ca35ca31b81 /tools
parent6df3a1e606490c8f070949f5b3cf790f62a0742a (diff)
downloadqt4-tools-2bba0eadc1570f29331285738b9d319687f84d4c.tar.gz
Avoid macro re-definition after 65bd0bd1f047f6db6d67a8f089a9a409354b95a1
based on qt5/qtbase: a9ba92740670ddbbcb0c68f80ad1a18cf2ff0598 Change-Id: Ie036d502950f5e3c0b0297d480af6cfd351e3db0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 73dc190645..e64d993e66 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -294,7 +294,7 @@ Configure::Configure(int& argc, char** argv)
dictionary[ "QPA" ] = "no";
dictionary[ "NIS" ] = "no";
dictionary[ "NEON" ] = "no";
- dictionary[ "LARGE_FILE" ] = "no";
+ dictionary[ "LARGE_FILE" ] = "yes";
dictionary[ "LITTLE_ENDIAN" ] = "yes";
dictionary[ "FONT_CONFIG" ] = "no";
dictionary[ "POSIX_IPC" ] = "no";