From 8a410f60ae39b06555d807581caf7cb8bfab4fac Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 9 Feb 2017 13:11:26 -0800 Subject: Don't include qfloat.h in the QtCore master include We have observed that MSVC 2013 gets lost with the overloads that this header adds, causing compilation bugs. This is believed to be a compiler bug, but it's not something we can work around. Task-number: QTBUG-58555 Change-Id: I536c32a88bff44dab37afffd14a1bad1d31dc16d Reviewed-by: Simon Hausmann Reviewed-by: Glen Mabey --- src/corelib/global/qfloat16.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/global/qfloat16.h') diff --git a/src/corelib/global/qfloat16.h b/src/corelib/global/qfloat16.h index 5059108fb8..67c062d349 100644 --- a/src/corelib/global/qfloat16.h +++ b/src/corelib/global/qfloat16.h @@ -48,6 +48,7 @@ QT_BEGIN_NAMESPACE #if 0 #pragma qt_class(QFloat16) +#pragma qt_no_master_include #endif class qfloat16 -- cgit v1.2.3