1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

build: Add a pseudo project to force building of uavobjects

This will be used by a master project for qt-creator to
allow it to automatically generate the uavobject output
for qt-creator users.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2530 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
stac 2011-01-22 17:41:51 +00:00 committed by stac
parent a0cbe21eb3
commit de45556ec7

View File

@ -0,0 +1,9 @@
TEMPLATE = subdirs
uavobjects.target = FORCE
uavobjects.commands += mkdir -p ../../uavobject-synthetics &&
uavobjects.commands += cd ../../uavobject-synthetics &&
uavobjects.commands += ../ground/uavobjgenerator/uavobjgenerator
uavobjects.commands += -gcs ../../shared/uavobjectdefinition ../..
QMAKE_EXTRA_TARGETS += uavobjects