From defb24004e9afcbe42d36b445151c2e842d59fba Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Tue, 10 Jul 2018 10:38:33 +0200 Subject: Make winrt_bt config test fail on ICC ICC chokes on the way, callbacks are registered for the winrt backend, so it should be disabled when ICC is used to build QtConnectivity. Task-number: QTBUG-68026 Change-Id: I6f8f0b031a97afe7ebecc5cdf78d4fe4d1aac2b4 Reviewed-by: Alexander Shevchenko Reviewed-by: Alex Blasche Reviewed-by: Thiago Macieira --- config.tests/winrt_bt/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.tests/winrt_bt/main.cpp b/config.tests/winrt_bt/main.cpp index 2e0eb276..85c26bf7 100644 --- a/config.tests/winrt_bt/main.cpp +++ b/config.tests/winrt_bt/main.cpp @@ -30,6 +30,10 @@ #include #include +#if defined(_WIN32) && defined(__INTEL_COMPILER) +#error "Windows ICC fails to build the WinRT backend (QTBUG-68026)." +#endif + int main() { Microsoft::WRL::ComPtr deviceInformationStatics; -- cgit v1.2.3