|
|
|
@ -19,8 +19,10 @@ exists($${OUT_PWD}/qgroundcontrol.pro) {
@@ -19,8 +19,10 @@ 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.11+ is required") |
|
|
|
|
!contains(CONFIG, DISABLE_QT_VERSION_CHECK) { |
|
|
|
|
!equals(QT_MAJOR_VERSION, 5) | !equals(QT_MINOR_VERSION, 15) { |
|
|
|
|
error("Unsupported Qt version, 5.15 is required") |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
include(QGCCommon.pri) |
|
|
|
|