summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-05-21 11:11:06 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-21 16:02:06 +0200
commitd340769125c3532cda130dc55444a590bca99e59 (patch)
tree7c7a79f0abb12a7005881b6a50df387e39f84fc2 /mkspecs
parent40a96e136c02c220599e56bc63737448fce82db3 (diff)
win32/default_pre.prf: Remove exceptions_off, thread_off, stl_off.
- thread_off, stl_off are obsolete. - exceptions_off causes exceptions to be globally disabled for applications using MinGW after 2b21dd69d6a4e47f0ec3d3958ab1def0983ce76c. Change-Id: Ia109c5806f2a0172efed5680a55ca53a2846d778 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/win32/default_pre.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/win32/default_pre.prf b/mkspecs/features/win32/default_pre.prf
index 67891743a5..385184f632 100644
--- a/mkspecs/features/win32/default_pre.prf
+++ b/mkspecs/features/win32/default_pre.prf
@@ -1,3 +1,3 @@
-CONFIG = rtti_off exceptions_off stl_off incremental_off thread_off windows $$CONFIG
+CONFIG = rtti_off incremental_off windows $$CONFIG
load(default_pre)