mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
15 lines
255 B
INI
15 lines
255 B
INI
include(../openpilotgcs.pri)
|
|
|
|
TEMPLATE = app
|
|
TARGET = $$GCS_APP_WRAPPER
|
|
OBJECTS_DIR =
|
|
|
|
PRE_TARGETDEPS = $$PWD/openpilotgcs
|
|
|
|
QMAKE_LINK = cp $$PWD/openpilotgcs $@ && : IGNORE REST
|
|
|
|
QMAKE_CLEAN = $$GCS_APP_WRAPPER
|
|
|
|
target.path = /bin
|
|
INSTALLS += target
|