aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-03-17 14:00:29 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2016-03-21 13:44:13 +0000
commit2baa1f8b7730611894a1b1e3daebfc0d88845852 (patch)
treebb798298f3e02bea03101858638e16c760888b76 /qtcreator.pro
parentea0c23771c8d442eec1f18039a16ce980d2fe54d (diff)
Bump required Qt version to 5.5
Change-Id: I4f152bde842c20b0dade863ffea118fe32322c5b Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
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 941b517ed6..f124bfdc37 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -1,9 +1,9 @@
include(qtcreator.pri)
#version check qt
-!minQtVersion(5, 4, 0) {
+!minQtVersion(5, 5, 0) {
message("Cannot build Qt Creator with Qt version $${QT_VERSION}.")
- error("Use at least Qt 5.4.0.")
+ error("Use at least Qt 5.5.0.")
}
include(doc/doc.pri)