From 82f4d13a13b40d9cb7710f6dd4190175a272a394 Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Fri, 29 Jan 2016 12:22:11 +0100 Subject: winrt: Disable build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WinRT is not a supported platform and checks to disable the build have been removed in previous refactorings. Change-Id: I22d2a8ae28f7cfaa3b962ac353ad5c14f11771a9 Reviewed-by: Michael BrĂ¼ning --- tools/qmake/mkspecs/features/functions.prf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') diff --git a/tools/qmake/mkspecs/features/functions.prf b/tools/qmake/mkspecs/features/functions.prf index e9d801e51..2df689bca 100644 --- a/tools/qmake/mkspecs/features/functions.prf +++ b/tools/qmake/mkspecs/features/functions.prf @@ -6,6 +6,10 @@ defineTest(isPlatformSupported) { } gcc:!clang:!isGCCVersionSupported(): return(false) } else:win32 { + winrt { + skipBuild("WinRT is not supported.") + return(false) + } msvc { !equals(MSVC_VER, "12.0"):!equals(MSVC_VER, "14.0") { skipBuild("Qt WebEngine on Windows requires MSVC 2013 or MSVC 2015.") -- cgit v1.2.3