mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-14 21:23:52 +01:00
c331a143ae
src/plugins/uavobjectwidgetutils as it is used from mixercurvewidget.cpp located in that directory
31 lines
692 B
Prolog
31 lines
692 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 \
|
|
popupwidget.h
|
|
|
|
SOURCES += uavobjectwidgetutilsplugin.cpp \
|
|
configtaskwidget.cpp \
|
|
mixercurvewidget.cpp \
|
|
mixercurvepoint.cpp \
|
|
mixercurveline.cpp \
|
|
smartsavebutton.cpp \
|
|
popupwidget.cpp
|
|
|
|
RESOURCES += uavobjectwidgetutils.qrc
|
|
|
|
OTHER_FILES += UAVObjectWidgetUtils.pluginspec
|
|
|
|
FORMS +=
|