summaryrefslogtreecommitdiffstats
path: root/tools/qmake/mkspecs
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-03-22 17:31:41 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-03-27 09:13:15 +0000
commitd1658baf2ab77199201165218b50ee6bb21cc7bd (patch)
treedfee4a6b6e982c7b8d5785f45729e39bbc5c6eb4 /tools/qmake/mkspecs
parente32733998ecbe37882161c19b4233ff1aed758dd (diff)
Require VS 2015 update 3 or higher
Change-Id: I7443f28ee75aa855d2c6cce237562acd7daacf43 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io> Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Diffstat (limited to 'tools/qmake/mkspecs')
-rw-r--r--tools/qmake/mkspecs/features/configure.prf4
1 files changed, 4 insertions, 0 deletions
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) {