From cff1ee6f860e3fd0bc867e36c520101149e33189 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Wed, 15 May 2019 09:33:18 -0400 Subject: [PATCH] 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. --- qgroundcontrol.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index d19cff90b..150e309f3 100644 --- a/qgroundcontrol.pro +++ b/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) -- 2.22.0