Browse Source

Error message indicates Qt 5.12 is required but in reality, it's 5.11. Android CI will need to be updated as it is still using 5.9.

QGC4.4
Gus Grubba 6 years ago
parent
commit
cff1ee6f86
  1. 2
      qgroundcontrol.pro

2
qgroundcontrol.pro

@ -16,7 +16,7 @@ exists($${OUT_PWD}/qgroundcontrol.pro) { @@ -16,7 +16,7 @@ exists($${OUT_PWD}/qgroundcontrol.pro) {
message(Qt version $$[QT_VERSION])
!equals(QT_MAJOR_VERSION, 5) | !greaterThan(QT_MINOR_VERSION, 10) {
error("Unsupported Qt version, 5.12+ is required")
error("Unsupported Qt version, 5.11+ is required")
}
include(QGCCommon.pri)

Loading…
Cancel
Save