mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
Minor change in Error-Message.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1445 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
3530428982
commit
511a9c6635
@ -1,7 +1,7 @@
|
|||||||
#version check qt
|
#version check qt
|
||||||
contains(QT_VERSION, ^4\.[0-5]\..*) {
|
contains(QT_VERSION, ^4\.[0-5]\..*) {
|
||||||
message("Cannot build OpenPilot GCS with Qt version $${QT_VERSION}.")
|
message("Cannot build OpenPilot GCS with Qt version $${QT_VERSION}.")
|
||||||
error("Use at least Qt 4.6.")
|
error("Cannot build OpenPilot GCS with Qt version $${QT_VERSION}. Use at least Qt 4.6!")
|
||||||
}
|
}
|
||||||
|
|
||||||
include(openpilotgcs.pri)
|
include(openpilotgcs.pri)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user