From d1658baf2ab77199201165218b50ee6bb21cc7bd Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 22 Mar 2017 17:31:41 +0100 Subject: Require VS 2015 update 3 or higher MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7443f28ee75aa855d2c6cce237562acd7daacf43 Reviewed-by: Michael BrĂ¼ning Reviewed-by: Peter Varga --- tools/qmake/mkspecs/features/configure.prf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/qmake/mkspecs') diff --git a/tools/qmake/mkspecs/features/configure.prf b/tools/qmake/mkspecs/features/configure.prf index 1c905df2c..768b86a30 100644 --- a/tools/qmake/mkspecs/features/configure.prf +++ b/tools/qmake/mkspecs/features/configure.prf @@ -110,6 +110,10 @@ defineTest(runConfigure) { } } + win32 { + !config_winversion: skipBuild("Needs VS 2015 Update 3 with Cumulative Servicing Release or higher") + } + isEmpty(skipBuildReason): { cache(CONFIG, add, $$list(webengine_successfully_configured)) !isEmpty(WEBENGINE_CONFIG) { -- cgit v1.2.3