mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-26 11:52:10 +01:00
2e8271bb0f
HiTL plugin tree copied and adapted for IL2 specific configuration. The actual data bridge between IL2 and UAVObjects is still missing git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@908 ebee16cc-31ac-478f-84a7-5cbb03baadba
23 lines
566 B
Prolog
23 lines
566 B
Prolog
TEMPLATE = lib
|
|
TARGET = HITLIL2
|
|
QT += network
|
|
include(../../openpilotgcsplugin.pri)
|
|
include(hitlil2_dependencies.pri)
|
|
HEADERS += hitlil2plugin.h \
|
|
hitlil2widget.h \
|
|
hitlil2optionspage.h \
|
|
hitlil2factory.h \
|
|
hitlil2configuration.h \
|
|
hitlil2.h \
|
|
il2bridge.h
|
|
SOURCES += hitlil2plugin.cpp \
|
|
hitlil2widget.cpp \
|
|
hitlil2optionspage.cpp \
|
|
hitlil2factory.cpp \
|
|
hitlil2configuration.cpp \
|
|
hitlil2.cpp \
|
|
il2bridge.cpp
|
|
OTHER_FILES += HITLIL2.pluginspec
|
|
FORMS += hitlil2optionspage.ui \
|
|
hitlil2widget.ui
|