diff options
author | Konstantin Ritt <ritt.ks@gmail.com> | 2012-06-21 23:33:07 +0300 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-04-24 15:38:55 +0200 |
commit | 2bba0eadc1570f29331285738b9d319687f84d4c (patch) | |
tree | ebf1e6a2803fad12720b92cf374c7ca35ca31b81 /tools | |
parent | 6df3a1e606490c8f070949f5b3cf790f62a0742a (diff) | |
download | qt4-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.cpp | 2 |
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"; |