qt5base-lts/mkspecs/win32-msvc2010
Joerg Bornemann a12a2fdf68 fix C4275 warnings for MSVC 2010 build
The _HAS_EXCEPTIONS=0 define that was introduced in commit
f59083636b leads to lots of C4275
warnings:
non dll-interface class "stdext::exception" used as base for dll-interface class "std::bad_cast"
from the <algorithm> include in qglobal.h.
Newer versions of MSVC do not have this problem.

Task-number: QTBUG-39126
Change-Id: Ieea5adde649fe16e6b41fbbb23fd582b3bb12b89
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2014-05-23 11:39:25 +02:00
..
qmake.conf fix C4275 warnings for MSVC 2010 build 2014-05-23 11:39:25 +02:00
qplatformdefs.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00