1
0
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:
erhard 2010-08-28 12:30:09 +00:00 committed by erhard
parent 3530428982
commit 511a9c6635

View File

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