diff --git a/qtcreator.pro b/qtcreator.pro index f43df3032db..c4edd258a8f 100644 --- a/qtcreator.pro +++ b/qtcreator.pro @@ -1,9 +1,9 @@ include(qtcreator.pri) #version check qt -!minQtVersion(5, 3, 1) { +!minQtVersion(5, 4, 0) { message("Cannot build Qt Creator with Qt version $${QT_VERSION}.") - error("Use at least Qt 5.3.1.") + error("Use at least Qt 5.4.0.") } include(doc/doc.pri)