mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-14 21:23:52 +01:00
23 lines
596 B
Prolog
23 lines
596 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
|