mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
Merge remote-tracking branch 'origin/next' into thread/OP-816_Setup_Wizard_Revo_Support
This commit is contained in:
commit
3a8272ee4a
@ -4,9 +4,9 @@
|
||||
#
|
||||
|
||||
#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}.")
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user