1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Moved HiTLnew to HiTL.

This commit is contained in:
Kenz Dale 2012-08-23 17:26:37 +02:00
parent 569f3736f9
commit def4601008
67 changed files with 10 additions and 17 deletions

View File

@ -1,4 +1,4 @@
<plugin name="HITLNEW" version="1.0.0" compatVersion="1.0.0">
<plugin name="HITL" version="1.0.0" compatVersion="1.0.0">
<vendor>The OpenPilot Project</vendor>
<copyright>(C) 2010 OpenPilot Project</copyright>
<license>The GNU Public License (GPL) Version 3</license>

View File

@ -1,8 +1,8 @@
TEMPLATE = lib
TARGET = HITLNEW
TARGET = HITL
QT += network
include(../../openpilotgcsplugin.pri)
include(hitlnew_dependencies.pri)
include(hitl_dependencies.pri)
HEADERS += hitlplugin.h \
hitlwidget.h \
hitloptionspage.h \
@ -27,7 +27,7 @@ SOURCES += hitlplugin.cpp \
fgsimulator.cpp \
il2simulator.cpp \
xplanesimulator.cpp
OTHER_FILES += hitlnew.pluginspec
OTHER_FILES += hitl.pluginspec
FORMS += hitloptionspage.ui \
hitlwidget.ui
RESOURCES += hitlresources.qrc

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 304 B

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 280 B

After

Width:  |  Height:  |  Size: 280 B

View File

@ -140,19 +140,12 @@ plugin_ipconnection.subdir = ipconnection
plugin_ipconnection.depends = plugin_coreplugin
SUBDIRS += plugin_ipconnection
#HITLNEW Simulation gadget
plugin_hitlnew.subdir = hitlnew
plugin_hitlnew.depends = plugin_coreplugin
plugin_hitlnew.depends += plugin_uavobjects
plugin_hitlnew.depends += plugin_uavtalk
SUBDIRS += plugin_hitlnew
##HITLNEW Simulation gadget v2
#plugin_hitl_v2.subdir = hitlv2
#plugin_hitl_v2.depends = plugin_coreplugin
#plugin_hitl_v2.depends += plugin_uavobjects
#plugin_hitl_v2.depends += plugin_uavtalk
#SUBDIRS += plugin_hitl_v2
#HITL Simulation gadget
plugin_hitl.subdir = hitl
plugin_hitl.depends = plugin_coreplugin
plugin_hitl.depends += plugin_uavobjects
plugin_hitl.depends += plugin_uavtalk
SUBDIRS += plugin_hitl
# Export and Import GCS Configuration
plugin_importexport.subdir = importexport