mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-20 05:52:11 +01:00
38 lines
790 B
Prolog
38 lines
790 B
Prolog
TEMPLATE = lib
|
|
TARGET = HITL
|
|
QT += network
|
|
|
|
include(../../openpilotgcsplugin.pri)
|
|
include(hitl_dependencies.pri)
|
|
|
|
HEADERS += hitlplugin.h \
|
|
hitlwidget.h \
|
|
hitloptionspage.h \
|
|
hitlfactory.h \
|
|
hitlconfiguration.h \
|
|
hitlgadget.h \
|
|
hitlnoisegeneration.h \
|
|
simulator.h \
|
|
aerosimrcsimulator.h \
|
|
fgsimulator.h \
|
|
il2simulator.h \
|
|
xplanesimulator.h
|
|
SOURCES += hitlplugin.cpp \
|
|
hitlwidget.cpp \
|
|
hitloptionspage.cpp \
|
|
hitlfactory.cpp \
|
|
hitlconfiguration.cpp \
|
|
hitlgadget.cpp \
|
|
hitlnoisegeneration.cpp \
|
|
simulator.cpp \
|
|
aerosimrcsimulator.cpp \
|
|
fgsimulator.cpp \
|
|
il2simulator.cpp \
|
|
xplanesimulator.cpp
|
|
OTHER_FILES += hitl.pluginspec
|
|
FORMS += hitloptionspage.ui \
|
|
hitlwidget.ui
|
|
RESOURCES += hitlresources.qrc
|
|
|
|
|