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