mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-01 17:52:12 +01:00
28 lines
599 B
Prolog
28 lines
599 B
Prolog
|
TEMPLATE = lib
|
||
|
TARGET = HITLV2
|
||
|
QT += network
|
||
|
include(../../openpilotgcsplugin.pri)
|
||
|
include(hitlv2_dependencies.pri)
|
||
|
HEADERS += \
|
||
|
aerosimrc.h \
|
||
|
hitlv2configuration.h \
|
||
|
hitlv2factory.h \
|
||
|
hitlv2gadget.h \
|
||
|
hitlv2optionspage.h \
|
||
|
hitlv2plugin.h \
|
||
|
hitlv2widget.h \
|
||
|
simulatorv2.h
|
||
|
SOURCES += \
|
||
|
aerosimrc.cpp \
|
||
|
hitlv2configuration.cpp \
|
||
|
hitlv2factory.cpp \
|
||
|
hitlv2gadget.cpp \
|
||
|
hitlv2optionspage.cpp \
|
||
|
hitlv2plugin.cpp \
|
||
|
hitlv2widget.cpp \
|
||
|
simulatorv2.cpp
|
||
|
OTHER_FILES += hitlv2.pluginspec
|
||
|
FORMS += \
|
||
|
hitlv2optionspage.ui \
|
||
|
hitlv2widget.ui
|