From 6b38f84afe945e493b9b635e36409adbb8244107 Mon Sep 17 00:00:00 2001 From: zedamota Date: Sun, 23 Jan 2011 19:46:34 +0000 Subject: [PATCH] It seems that after the Big Mess its getting difficult to make things work for everyone git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2553 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/uavobjects/uavobjects.pro | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/ground/uavobjects/uavobjects.pro b/ground/uavobjects/uavobjects.pro index 4897304f7..aea3e403a 100644 --- a/ground/uavobjects/uavobjects.pro +++ b/ground/uavobjects/uavobjects.pro @@ -29,13 +29,8 @@ uavobjects.target = FORCE uavobjects.commands += -$${MKDIR} $$targetPath(../../uavobject-synthetics) $$addNewline() uavobjects.commands += cd $$targetPath(../../uavobject-synthetics) && uavobjects.commands += $$targetPath(../ground/uavobjgenerator/$${BUILD_SUBDIR}uavobjgenerator) -uavobjects.commands += -gcs $$targetPath(../../shared/uavobjectdefinition) $$targetPath(../..) $$addNewline() -uavobjects.commands += $$targetPath(../ground/uavobjgenerator/$${BUILD_SUBDIR}uavobjgenerator) -uavobjects.commands += -flight $$targetPath(../../shared/uavobjectdefinition) $$targetPath(../..) $$addNewline() -uavobjects.commands += $$targetPath(../ground/uavobjgenerator/$${BUILD_SUBDIR}uavobjgenerator) -uavobjects.commands += -python $$targetPath(../../shared/uavobjectdefinition) $$targetPath(../..) $$addNewline() -uavobjects.commands += $$targetPath(../ground/uavobjgenerator/$${BUILD_SUBDIR}uavobjgenerator) -uavobjects.commands += -matlab $$targetPath(../../shared/uavobjectdefinition) $$targetPath(../..) $$addNewline() -uavobjects.commands += cd $$targetPath(../ground/openpilotgcs) && +uavobjects.commands += -gcs -flight -python -matlab $$targetPath(../../shared/uavobjectdefinition) $$targetPath(../..) $$addNewline() + +uavobjects.commands += cd $$targetPath(../../ground/openpilotgcs) && uavobjects.commands += $(QMAKE) $$targetPath(../../../ground/openpilotgcs/)openpilotgcs.pro -spec $$SPEC -r $$addNewline() QMAKE_EXTRA_TARGETS += uavobjects