aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
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 /qtcreator.pro
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>
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro4
1 files changed, 2 insertions, 2 deletions
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)