mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-13 20:48:42 +01:00
0c9e5c5e66
enhanced mixercurve in all airframes except heli; layout is better, not there yet. VehicleConfig, Bugfix: update custom mixer table to 10 channels.
25 lines
606 B
Prolog
25 lines
606 B
Prolog
TEMPLATE = lib
|
|
TARGET = UAVObjectWidgetUtils
|
|
DEFINES += UAVOBJECTWIDGETUTILS_LIBRARY
|
|
QT += svg
|
|
include(../../openpilotgcsplugin.pri)
|
|
include(uavobjectwidgetutils_dependencies.pri)
|
|
HEADERS += uavobjectwidgetutils_global.h \
|
|
uavobjectwidgetutilsplugin.h \
|
|
configtaskwidget.h \
|
|
mixercurvewidget.h \
|
|
mixercurvepoint.h \
|
|
mixercurveline.h \
|
|
smartsavebutton.h
|
|
SOURCES += uavobjectwidgetutilsplugin.cpp \
|
|
configtaskwidget.cpp \
|
|
mixercurvewidget.cpp \
|
|
mixercurvepoint.cpp \
|
|
mixercurveline.cpp \
|
|
smartsavebutton.cpp
|
|
|
|
|
|
OTHER_FILES += UAVObjectWidgetUtils.pluginspec
|
|
|
|
FORMS +=
|