disabling largefile support for Win CE
authorBjoern Breitmeyer <bjoern.breitmeyer@kdab.com>
Wed, 27 Jun 2012 08:40:39 +0000 (10:40 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 28 Jun 2012 04:21:42 +0000 (06:21 +0200)
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>
tools/configure/configureapp.cpp

index f22519a..9188b9a 100644 (file)
@@ -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";