aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-08-29 13:16:15 +0200
committerEike Ziller <eike.ziller@qt.io>2017-08-29 11:23:15 +0000
commitb6c1cb3487d2850c4e9dfc2818ee920bffc1031d (patch)
treebb549d7d9fc95862aac7b7e340df2689d9d29e9e
parent354e5e75a3a52a75debe4fe269609d4b20bd9ad4 (diff)
Bump minimum Qt version to 5.6.2
Starting to use macos qmake scope. 5.6.3 should be around soon so we can still regression test latest two patch levels. Change-Id: I14f67a26e26c50f6dd0fb8b621f13780b0b05f76 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--README.md2
-rw-r--r--qbs/imports/QtcPlugin.qbs2
-rw-r--r--qtcreator.pro4
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index b5f183b4e2..87bc9e34fb 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ The standalone binary packages support the following platforms:
Prerequisites:
-* Qt 5.6.0 or later
+* Qt 5.6.2 or later
* Qt WebEngine module for QtWebEngine based help viewer
* On Windows:
* ActiveState Active Perl
diff --git a/qbs/imports/QtcPlugin.qbs b/qbs/imports/QtcPlugin.qbs
index 17d43e4582..f72dd5b352 100644
--- a/qbs/imports/QtcPlugin.qbs
+++ b/qbs/imports/QtcPlugin.qbs
@@ -12,7 +12,7 @@ QtcProduct {
property var pluginRecommends: []
property var pluginTestDepends: []
- property string minimumQtVersion: "5.6.0"
+ property string minimumQtVersion: "5.6.2"
condition: QtcFunctions.versionIsAtLeast(Qt.core.version, minimumQtVersion)
targetName: QtcFunctions.qtLibraryName(qbs, name)
diff --git a/qtcreator.pro b/qtcreator.pro
index e25e8cc7f6..f3ba4d7af8 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -1,9 +1,9 @@
include(qtcreator.pri)
#version check qt
-!minQtVersion(5, 6, 0) {
+!minQtVersion(5, 6, 2) {
message("Cannot build Qt Creator with Qt version $${QT_VERSION}.")
- error("Use at least Qt 5.6.0.")
+ error("Use at least Qt 5.6.2.")
}
include(doc/doc.pri)