From f4a8ce98bd371acf1ca1eb2c58a8403e8795a670 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 19 Dec 2017 12:37:02 +0100 Subject: Adaptations for Chromium 63 Change-Id: I551c7091bbc0463bed94180313eb2bfe92f0ad84 Reviewed-by: Peter Varga --- mkspecs/features/platform.prf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'mkspecs') diff --git a/mkspecs/features/platform.prf b/mkspecs/features/platform.prf index bb171f753..7f6cc2e3e 100644 --- a/mkspecs/features/platform.prf +++ b/mkspecs/features/platform.prf @@ -34,7 +34,7 @@ defineTest(isPlatformSupported) { return(false) } !qtConfig(webengine-winversion) { - skipBuild("Needs VS 2015 Update 3 with Cumulative Servicing Release or higher") + skipBuild("Needs VS 2017 Update 3.2 with Cumulative Servicing Release or higher") return(false) } } else:osx { @@ -88,11 +88,9 @@ defineTest(isArchSupported) { } defineTest(isGCCVersionSupported) { - # The below will work for gcc 4.7 and up and also match gcc 5 - greaterThan(QT_GCC_MINOR_VERSION, 6):return(true) greaterThan(QT_GCC_MAJOR_VERSION, 4):return(true) - skipBuild("Using gcc version "$$QT_GCC_MAJOR_VERSION"."$$QT_GCC_MINOR_VERSION", but at least gcc version 4.7 is required to build Qt WebEngine.") + skipBuild("Using gcc version "$$QT_GCC_MAJOR_VERSION"."$$QT_GCC_MINOR_VERSION", but at least gcc version 5 is required to build Qt WebEngine.") return(false) } -- cgit v1.2.3