summaryrefslogtreecommitdiff
path: root/qbs
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 /qbs
parent354e5e75a3a52a75debe4fe269609d4b20bd9ad4 (diff)
downloadqt-creator-b6c1cb3487d2850c4e9dfc2818ee920bffc1031d.tar.gz
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>
Diffstat (limited to 'qbs')
-rw-r--r--qbs/imports/QtcPlugin.qbs2
1 files changed, 1 insertions, 1 deletions
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)