diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index 3e021fcc90cf63c2e280e1081aa0bb28e17b0d69..faa95d6e310e08051ebf939a76f7208f238115b9 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -23,8 +23,8 @@ exists($${OUT_PWD}/qgroundcontrol.pro) { message(Qt version $$[QT_VERSION]) -!equals(QT_MAJOR_VERSION, 5) | !greaterThan(QT_MINOR_VERSION, 3) { - error("Unsupported Qt version, 5.4+ is required") +!equals(QT_MAJOR_VERSION, 5) | !greaterThan(QT_MINOR_VERSION, 4) { + error("Unsupported Qt version, 5.5+ is required") } include(QGCCommon.pri)