mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
15 lines
269 B
Prolog
15 lines
269 B
Prolog
|
include(../openpilotgcs.pri)
|
||
|
|
||
|
TEMPLATE = app
|
||
|
TARGET = $$IDE_APP_WRAPPER
|
||
|
OBJECTS_DIR =
|
||
|
|
||
|
PRE_TARGETDEPS = $$PWD/openpilotgcs
|
||
|
|
||
|
QMAKE_LINK = cp $$PWD/openpilotgcs $@ && : IGNORE REST
|
||
|
|
||
|
QMAKE_CLEAN = $$IDE_APP_WRAPPER
|
||
|
|
||
|
target.path = /bin
|
||
|
INSTALLS += target
|