Moved HiTLnew to HiTL.
@ -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>
|
@ -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
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
@ -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
|
||||
|