mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
OP-1656 upgrade qt 5.4: make 5.2 the minimum compatible version
This commit is contained in:
parent
ab952b0f03
commit
3f3012d837
@ -11,8 +11,8 @@ QT_VERSION = $$split(QT_VERSION, ".")
|
||||
QT_VER_MAJ = $$member(QT_VERSION, 0)
|
||||
QT_VER_MIN = $$member(QT_VERSION, 1)
|
||||
|
||||
lessThan(QT_VER_MAJ, 5) | lessThan(QT_VER_MIN, 4) {
|
||||
error(OpenPilot GCS requires Qt 5.4.0 or newer but Qt $$[QT_VERSION] was detected.)
|
||||
lessThan(QT_VER_MAJ, 5) | lessThan(QT_VER_MIN, 2) {
|
||||
error(OpenPilot GCS requires Qt 5.2.0 or newer but Qt $$[QT_VERSION] was detected.)
|
||||
}
|
||||
|
||||
macx {
|
||||
|
Loading…
x
Reference in New Issue
Block a user