summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBjoern Breitmeyer <bjoern.breitmeyer@kdab.com>2012-06-27 10:40:39 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-28 06:21:42 +0200
commit4fa05eca0e189bc1759d0fb04ed960fddf44c896 (patch)
tree328a652b80a424d640775e7ddce0610aced61c7b /tools
parentaf44cb655b1294d2791d13831a55f2134af2669b (diff)
disabling largefile support for Win CE
this was disabled before but I2631ff687881278ba42edacd237a2130c103b69f enabled it per default Change-Id: Ic5a8e50d116cf6b15719668faf055967a6f34e06 Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index f22519afdd..9188b9a257 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1494,6 +1494,7 @@ void Configure::applySpecSpecifics()
dictionary[ "IWMMXT" ] = "no";
dictionary[ "CE_CRT" ] = "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";