Commit 5a0e8e54 authored by Don Gagne's avatar Don Gagne

Merge pull request #2708 from mavlink/qt_version_raise

Raise min Qt version to 5.5+
parents 760255d7 75d1eeaf
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment