2010-02-01 14:10:06 +00:00
|
|
|
#version check qt
|
2011-01-28 18:18:08 +00:00
|
|
|
contains(QT_VERSION, ^4\\.[0-5]\\..*) {
|
2010-02-01 14:10:06 +00:00
|
|
|
message("Cannot build OpenPilot GCS with Qt version $${QT_VERSION}.")
|
2010-08-28 12:30:09 +00:00
|
|
|
error("Cannot build OpenPilot GCS with Qt version $${QT_VERSION}. Use at least Qt 4.6!")
|
2010-02-01 14:10:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
include(openpilotgcs.pri)
|
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
CONFIG += ordered
|
|
|
|
|
2011-05-19 13:08:54 +03:00
|
|
|
SUBDIRS = src share copydata
|
2010-02-01 14:10:06 +00:00
|
|
|
unix:!macx:!isEmpty(copydata):SUBDIRS += bin
|
2011-05-19 13:08:54 +03:00
|
|
|
|
|
|
|
copydata.file = copydata.pro
|