mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
uavobjgenerator: Move generator out of the gcs subdir
The UAVObject generator is intended to be a standalone tool. As such, it doesn't belong under the openpilotgcs directory. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2525 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
51b1b2cfc2
commit
205e09a8d1
2
Makefile
2
Makefile
@ -205,7 +205,7 @@ openpilotgcs: uavobjects_gcs
|
||||
uavobjgenerator:
|
||||
mkdir -p $(BUILD_DIR)/$@
|
||||
( cd $(BUILD_DIR)/$@ ; \
|
||||
$(QMAKE) $(ROOT_DIR)/ground/src/libs/uavobjgenerator/uavobjgenerator.pro -spec $(QT_SPEC) -r CONFIG+=debug ; \
|
||||
$(QMAKE) $(ROOT_DIR)/ground/uavobjgenerator/uavobjgenerator.pro -spec $(QT_SPEC) -r CONFIG+=debug ; \
|
||||
$(MAKE) -w ; \
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user