mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
gcs: bump minimum Qt version to 4.8 (4.7 is not supported anymore)
This commit is contained in:
parent
3b3377e6f4
commit
ecad4ec0f3
@ -4,9 +4,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
#version check qt
|
#version check qt
|
||||||
contains(QT_VERSION, ^4\\.[0-5]\\..*) {
|
contains(QT_VERSION, ^4\\.[0-7]\\..*) {
|
||||||
message("Cannot build OpenPilot GCS with Qt version $${QT_VERSION}.")
|
message("Cannot build OpenPilot GCS with Qt version $${QT_VERSION}.")
|
||||||
error("Cannot build OpenPilot GCS with Qt version $${QT_VERSION}. Use at least Qt 4.6!")
|
error("Cannot build OpenPilot GCS with Qt version $${QT_VERSION}. Use at least Qt 4.8!")
|
||||||
}
|
}
|
||||||
|
|
||||||
include(openpilotgcs.pri)
|
include(openpilotgcs.pri)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user