--- a/tools/qmake/mkspecs/features/functions.prf 2016-11-30 23:08:16.000000000 -0500 +++ b/tools/qmake/mkspecs/features/functions.prf 2017-03-01 18:47:43.867717345 -0500 @@ -88,11 +88,7 @@ } 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.") - return(false) + return(true) } defineTest(isQMLTestSupportApiEnabled) {