1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

gcs: bump minimum Qt version to 4.8 (4.7 is not supported anymore)

This commit is contained in:
Oleg Semyonov 2013-04-16 11:05:03 +03:00
parent 3b3377e6f4
commit ecad4ec0f3

View File

@ -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)