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
  2b21dd69d6.

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>
This commit is contained in:
Friedemann Kleint 2012-05-21 11:11:06 +02:00 committed by Qt by Nokia
parent 40a96e136c
commit d340769125

View File

@ -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)