diff options
author | Bjoern Breitmeyer <bjoern.breitmeyer@kdab.com> | 2012-06-27 08:40:39 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-13 11:46:34 (GMT) |
commit | 583f6e11f13bd92737abf550b5979a52c208ae25 (patch) | |
tree | 1f835836b8b153585c0057d161bdab9417e7a6d5 /tools | |
parent | 348012f15f31bc08062881f3d81de2f84637dbab (diff) | |
download | Qt-583f6e11f13bd92737abf550b5979a52c208ae25.zip Qt-583f6e11f13bd92737abf550b5979a52c208ae25.tar.gz Qt-583f6e11f13bd92737abf550b5979a52c208ae25.tar.bz2 |
Disabling largefile support for WinCE.
This was disabled before, but
2bba0eadc1570f29331285738b9d319687f84d4c
enabled it per default.
Change-Id: Ic5a8e50d116cf6b15719668faf055967a6f34e06
(cherry picked from commit 45750b18187ef257a986cf6ab8b2c97ef3ba6e52)
Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com>
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Reviewed-by: Björn Breitmeyer <bjoern.breitmeyer@kdab.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/configure/configureapp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index e64d993..bd7d54a 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -1647,6 +1647,7 @@ void Configure::applySpecSpecifics() dictionary[ "WEBKIT" ] = "no"; dictionary[ "PHONON" ] = "yes"; dictionary[ "DIRECTSHOW" ] = "no"; + dictionary[ "LARGE_FILE" ] = "no"; // We only apply MMX/IWMMXT for mkspecs we know they work if (dictionary[ "XQMAKESPEC" ].startsWith("wincewm")) { dictionary[ "MMX" ] = "yes"; |